From 822a88700e3aeb7432c1a4dc0ede4c20494f6fcb Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 6 Jun 2009 22:23:18 +0200 Subject: Add all hid modules for now, as we cannot autodetect them using sysfs --- install/usbinput | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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 -- cgit v1.2.3-24-g4f1b