diff options
author | Oleg Vinichenko <oleg@funtoo.org> | 2017-10-29 05:59:42 +0000 |
---|---|---|
committer | Oleg Vinichenko <oleg@funtoo.org> | 2017-10-29 05:59:42 +0000 |
commit | 78057427f6ae70fe6e2c6b829577a43577dbabfe (patch) | |
tree | 82e7a319b03e774b9d5093a8aa09d353e83effb0 | |
parent | FL-4295: add support for mpt3sas driver for x86 too (diff) | |
download | genkernel-78057427f6ae70fe6e2c6b829577a43577dbabfe.tar.gz genkernel-78057427f6ae70fe6e2c6b829577a43577dbabfe.tar.bz2 genkernel-78057427f6ae70fe6e2c6b829577a43577dbabfe.zip |
FL-4380: add more USB vendor support. enabled in debian-sources as modulesv3.4.40.17-funtoo
-rw-r--r-- | defaults/modules_load | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/modules_load b/defaults/modules_load index 85566b0..d0b9d36 100644 --- a/defaults/modules_load +++ b/defaults/modules_load @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp" # Hardware (Pluggable) MODULES_FIREWIRE="ieee1394 ohci1394 sbp2" MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class" -MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd" +MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-apple hid-asus hid-lenovo hid-logitech hid-microsoft hid-samsung hid-sony" # Filesystems MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse" |