diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-01-27 14:53:26 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-01-27 14:53:26 +0100 |
commit | 8182def24483ea7894e0153fb56668555ebf2656 (patch) | |
tree | ea9ca229e31550a126a7eaa00bdd0b702fc502c3 /install | |
parent | 2a57e95d9cf6feb41dff43ffb3be876ff9a19d2f (diff) | |
download | mkinitcpio-8182def24483ea7894e0153fb56668555ebf2656.tar.gz mkinitcpio-8182def24483ea7894e0153fb56668555ebf2656.tar.xz |
Add extra hid modules when appropriate
Diffstat (limited to 'install')
-rw-r--r-- | install/usbinput | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/usbinput b/install/usbinput index d2012b6..a18b5c7 100644 --- a/install/usbinput +++ b/install/usbinput @@ -3,6 +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}) #trim whitespace if [ -n "${MODULES}" ]; then |