diff options
author | maximilian attems <maks@debian.org> | 2010-05-28 16:34:07 -0700 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-05-28 16:34:51 -0700 |
commit | 9e7cebc5bc94634987b35bf08e150c179bd927c4 (patch) | |
tree | 804738ce9e4ed453a22944e815f0f0b2cd4ea450 | |
parent | 70b8f446dfe1ac302fdf5d564896214a6ccf5a1e (diff) | |
download | initramfs-tools-9e7cebc5bc94634987b35bf08e150c179bd927c4.tar.gz initramfs-tools-9e7cebc5bc94634987b35bf08e150c179bd927c4.zip |
hook-functions: re-add hid-microsoft
people use it and thus complain..
Closes: 577253
Signed-off-by: maximilian attems <maks@debian.org>
-rw-r--r-- | hook-functions | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hook-functions b/hook-functions index b486439..c7308b8 100644 --- a/hook-functions +++ b/hook-functions @@ -364,8 +364,9 @@ auto_add_modules() { case "${1:-}" in base) - for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci hid-apple btrfs \ - ext2 ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs \ + for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci hid-apple \ + hid-microsoft \ + btrfs ext2 ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs \ af_packet atkbd i8042 virtio_pci; do manual_add_modules "${x}" done |