diff options
author | Luke Yelavich <themuso@ubuntu.com> | 2009-01-29 07:00:07 +1100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-02-14 12:51:32 +0100 |
commit | 7d28901223a8f5fa47ddb0b0d39b34b04d43b8e9 (patch) | |
tree | bb8c8c307a42d69ff6af1796b36df87da8402361 /hook-functions | |
parent | d144b88e29e390c43d7ce15f8cb0548c0ae576e1 (diff) | |
download | initramfs-tools-7d28901223a8f5fa47ddb0b0d39b34b04d43b8e9.tar.gz initramfs-tools-7d28901223a8f5fa47ddb0b0d39b34b04d43b8e9.zip |
hook-functions: Add hid_* modules.
since some keyboards will not be usable at the initramfs/busybox
prompt without them.
[ Ubuntu sync for 0.92bubuntu19 port it to Debian - maks ]
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index f6e4814..f9e5bc7 100644 --- a/hook-functions +++ b/hook-functions @@ -336,7 +336,11 @@ auto_add_modules() { case "$1" in base) - for x in ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 \ + for x in ehci-hcd ohci-hcd uhci-hcd usbhid hid_a4tech \ + hid_apple hid_belkin hid_bright hid_cherry hid_chicony \ + hid_cypress hid_dell hid_ezkey hid_gyration hid_logitech \ + hid_microsoft hid_monterey hid_petalynx hid_pl hid_samsung \ + hid_sony hid_sunplus hid_tmff hid_zpff usb-storage ext2 \ ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs af_packet \ atkbd i8042 virtio_pci; do manual_add_modules "${x}" |