diff options
author | maximilian attems <maks@debian.org> | 2010-04-11 06:56:53 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-11 06:56:53 +0200 |
commit | b4305bf8d52ee8498262d256993a7c5e9941ba50 (patch) | |
tree | f287be8915bf08706acbd8a99c5f6e76d9042d3a /hook-functions | |
parent | 24875289070511b1039b690e72cf241b5d554688 (diff) | |
download | initramfs-tools-b4305bf8d52ee8498262d256993a7c5e9941ba50.tar.gz initramfs-tools-b4305bf8d52ee8498262d256993a7c5e9941ba50.zip |
hook-functions: add hid-apple
got axed while reverting the include any hid commit.
Closes: #577253
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hook-functions b/hook-functions index 86d4afa..2f6580b 100644 --- a/hook-functions +++ b/hook-functions @@ -364,9 +364,9 @@ auto_add_modules() { case "${1:-}" in base) - for x in ehci-hcd ohci-hcd uhci-hcd usbhid btrfs ext2 \ - ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs af_packet \ - atkbd i8042 virtio_pci; do + for x in ehci-hcd ohci-hcd uhci-hcd usbhid hid-apple btrfs \ + ext2 ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs \ + af_packet atkbd i8042 virtio_pci; do manual_add_modules "${x}" done ;; |