[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#809521: USB Keyboard don't work



Control: tags -1 patch

On Sat, Jan 09, 2016 at 03:33:04PM +0100, Karsten Merker wrote:
> On Sat, Jan 09, 2016 at 12:59:57PM +0100, Bernhard wrote:
[...]
> > The USB keyboard don't work with the current SD-card-image contained
> > in:
> > debian/dists/stretch/main/installer-armhf/20160106/images/netboot/SD-
> > card-images
[...]
> It looks as if USB HID support is completely missing in the
> armhf installer builds.  The input-module list for armhf at
> 
>   https://anonscm.debian.org/cgit/kernel/linux.git/tree/debian/installer/armhf/modules/armhf-armmp/input-modules?h=sid
> 
> shows:
> 
>   #include <input-modules>
>   usbhid -
>   usbmouse -
>   usbkbd -
> 
> So USB HID support is explicitly excluded from the input-modules
> udeb for armhf although it would normally be included.
[...]
> I'll do a test build with usbhid included into input-modules, but
> that will take some time.

I have in the meantime finished a test build of the Debian kernel
package (sid branch) with the attached patch applied.  The patch
seems to solve the issue; with it a USB keyboard on an A20-based
board works for me in d-i.

Ben, could you apply the patch to the sid and master branches?

Regards,
Karsten
-- 
Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.
>From 7fb40e7aa0e0df2665e6363da0691b859877f5ac Mon Sep 17 00:00:00 2001
From: Karsten Merker <merker@debian.org>
Date: Sat, 9 Jan 2016 14:54:50 +0000
Subject: [PATCH] Include usbhid into input-modules on armhf.

---
 debian/installer/armhf/modules/armhf-armmp/input-modules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/installer/armhf/modules/armhf-armmp/input-modules b/debian/installer/armhf/modules/armhf-armmp/input-modules
index 1a24866..5c45f85 100644
--- a/debian/installer/armhf/modules/armhf-armmp/input-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/input-modules
@@ -1,4 +1,3 @@
 #include <input-modules>
-usbhid -
 usbmouse -
 usbkbd -
-- 
2.7.0.rc3


Reply to: