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

Bug#703072: linux: hid-generic module is missing from input-modules udeb



Source: linux
Version: 3.7.1-1~experimental.2
Severity: important
Tags: patch

Trying to install Debian with installer images generated with a newer
kernel (3.7 in my case) leads to unrecognized USB keyboards and mice
due to the lack of hid-generic module in the installer initrd.

Here's the patch I used to include that module:

diff --git a/debian/installer/modules/input-modules b/debian/installer/modules/input-modules
index 90317fc..bc239bb 100644
--- a/debian/installer/modules/input-modules
+++ b/debian/installer/modules/input-modules
@@ -1,5 +1,6 @@
 hid
 usbhid
+hid-generic ?
 hid-apple ?
 hid-belkin ?
 hid-microsoft ?

Cheers,

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Reply to: