diff options
author | Eckhart Wörner <ewoerner@kde.org> | 2010-09-07 01:01:04 +0200 |
---|---|---|
committer | maximilian attems <max@stro.at> | 2010-09-07 12:51:56 +0200 |
commit | 97f20c507233a2a2fb419b90a5839097a631cb44 (patch) | |
tree | c5bd8aa3a84755cd622029c224a55a2a903362ea | |
parent | 3d176938d95d6b54a0b44e0aa7fe47eb4c4659b4 (diff) | |
download | initramfs-tools-97f20c507233a2a2fb419b90a5839097a631cb44.tar.gz initramfs-tools-97f20c507233a2a2fb419b90a5839097a631cb44.zip |
initramfs-tools: Add hid-cherry and hid-logitech to initramfs
Both a Cherry and a Logitech keyboard I own cannot be used at early boot time unless one also adds the hid-cherry / the hid-logitech module to the initramfs. The attached patch adds those two modules to hook-functions.
For the Cherry keyboard, kernels up to 2.6.32-3 are not affected, from 2.6.32-5 (squeeze default) onwards all tested kernels were affected. Didn't do detailed checks for the Logitech keyboard.
The used devices that exhibit this problem are:
ID 046d:c30a Logitech, Inc. iTouch Composite
ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard
Severity level important, since this makes booting with encrypted root partition impossible using those keyboards.
Closes: #595827
Reported-by: Eckhart Wörner <ewoerner@kde.org>
Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r-- | hook-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index 9d63d58..0684296 100644 --- a/hook-functions +++ b/hook-functions @@ -394,7 +394,7 @@ auto_add_modules() case "${1:-}" in base) for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci hid-apple \ - hid-microsoft \ + hid-cherry hid-logitech hid-microsoft \ btrfs ext2 ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs \ af_packet atkbd i8042 virtio_pci; do manual_add_modules "${x}" |