diff options
Diffstat (limited to 'install')
-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 |