summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-06-06 22:23:18 +0200
committerThomas Bächler <thomas@archlinux.org>2009-06-06 22:23:18 +0200
commit822a88700e3aeb7432c1a4dc0ede4c20494f6fcb (patch)
treedac4198eb4bf7451641204f2dd99094f0a7e9d5f /install
parentb160fbb58eacfd9981d81812ecf10cae544ea2bf (diff)
downloadmkinitcpio-822a88700e3aeb7432c1a4dc0ede4c20494f6fcb.tar.gz
mkinitcpio-822a88700e3aeb7432c1a4dc0ede4c20494f6fcb.tar.xz
Add all hid modules for now, as we cannot autodetect them using sysfs
Diffstat (limited to 'install')
-rw-r--r--install/usbinput2
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