aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-03-27 17:07:21 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-03-27 17:14:55 +0100
commitcdaef312247a3ed18c9fdcea084058e5f25a7f3e (patch)
tree11c184927099f9460d1c2c9e3948c0efdd1b1ce9 /defaults
parentgenkernel: bump to v4.2.1 (diff)
downloadgenkernel-cdaef312247a3ed18c9fdcea084058e5f25a7f3e.tar.gz
genkernel-cdaef312247a3ed18c9fdcea084058e5f25a7f3e.tar.bz2
genkernel-cdaef312247a3ed18c9fdcea084058e5f25a7f3e.zip
defaults/modules_load: Add support for Lenovo / Thinkpad devices
Support for IBM/Lenovo devices that are not fully compliant with HID standard. Reported-by: Patrick Lauer <patrick@gentoo.org> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'defaults')
-rw-r--r--defaults/modules_load2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/modules_load b/defaults/modules_load
index 1cc14787..cee5f4dc 100644
--- a/defaults/modules_load
+++ b/defaults/modules_load
@@ -24,7 +24,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-pci ehci-hcd xhci-hcd xhci-pci xhci-plat xhci-plat-hcd uhci usb-ohci hid usb-storage uas uhci-hcd ohci-hcd 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 xhci-hcd xhci-pci xhci-plat xhci-plat-hcd uhci usb-ohci hid usb-storage uas uhci-hcd ohci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-lenovo 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 f2fs fuse virtiofs loop squashfs aufs overlay cramfs configfs fscrypto msdos"