summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hook-functions5
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