aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-11-14 18:57:36 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-11-14 18:57:36 -0800
commit6b7f6aa82313e01f88228f871239f34f726d6afb (patch)
treeea2e4ffde92260638d4e0cbdd3ca4d9346171114
parentBump version to 3.5.2.3 (diff)
downloadgenkernel-6b7f6aa82313e01f88228f871239f34f726d6afb.tar.gz
genkernel-6b7f6aa82313e01f88228f871239f34f726d6afb.tar.bz2
genkernel-6b7f6aa82313e01f88228f871239f34f726d6afb.zip
defaults/modules_load: sync MODULES_USB with arches, was missing ehci-pci,xhci-pci.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--defaults/modules_load2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/modules_load b/defaults/modules_load
index 333c5b8..b17b84a 100644
--- a/defaults/modules_load
+++ b/defaults/modules_load
@@ -23,7 +23,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 xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
+MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-pci xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
# Filesystems
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse loop squashfs aufs overlay cramfs configfs fscrypto efivarfs msdos qemu_fw_cfg"