summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-04-11 06:56:53 +0200
committermaximilian attems <maks@debian.org>2010-04-11 06:56:53 +0200
commitb4305bf8d52ee8498262d256993a7c5e9941ba50 (patch)
treef287be8915bf08706acbd8a99c5f6e76d9042d3a
parent24875289070511b1039b690e72cf241b5d554688 (diff)
downloadinitramfs-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>
-rw-r--r--hook-functions6
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
;;