diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 22:23:18 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 22:23:18 +0200 |
commit | 822a88700e3aeb7432c1a4dc0ede4c20494f6fcb (patch) | |
tree | dac4198eb4bf7451641204f2dd99094f0a7e9d5f | |
parent | b160fbb58eacfd9981d81812ecf10cae544ea2bf (diff) | |
download | mkinitcpio-822a88700e3aeb7432c1a4dc0ede4c20494f6fcb.tar.gz mkinitcpio-822a88700e3aeb7432c1a4dc0ede4c20494f6fcb.tar.xz |
Add all hid modules for now, as we cannot autodetect them using sysfs
-rw-r--r-- | install/usbinput | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/usbinput b/install/usbinput index a18b5c7..53bd8f7 100644 --- a/install/usbinput +++ b/install/usbinput @@ -3,7 +3,7 @@ install () { MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd") " - MODULES=" $(echo ${MODULES}) $(checked_modules "/hid/hid-") " + MODULES=" $(echo ${MODULES}) $(all_modules "/hid/hid-") " MODULES=$(echo ${MODULES}) #trim whitespace if [ -n "${MODULES}" ]; then |