diff options
author | Richard Yao <ryao@cs.stonybrook.edu> | 2012-07-19 19:15:10 -0400 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-07-19 19:15:10 -0400 |
commit | d7cf3689bf336e7598db32df6e4cafcde45a9459 (patch) | |
tree | df170b3d12f11d572d0ebb735cd4cd00da16a87e /arch/sparc64 | |
parent | Support module options set in /etc/module.d, amend cmdline options patch (diff) | |
download | genkernel-d7cf3689bf336e7598db32df6e4cafcde45a9459.tar.gz genkernel-d7cf3689bf336e7598db32df6e4cafcde45a9459.tar.bz2 genkernel-d7cf3689bf336e7598db32df6e4cafcde45a9459.zip |
Linux 3.5 renames usbhid to hid-generic
We add hid-generic to the modules_load list alongside usbhid to avoid
issues.
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/modules_load | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/modules_load b/arch/sparc64/modules_load index 4a70d23..35d9c6b 100644 --- a/arch/sparc64/modules_load +++ b/arch/sparc64/modules_load @@ -21,7 +21,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 usbhid sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus" +MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage 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-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" |