summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-12 01:31:27 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-12 09:09:12 +0100
commitdb699aab550f51167a3b2051a51ea2864d335b75 (patch)
tree0324647b7d69927f859ef38133564a334857fb63 /install
parentf621cce526a2bdd3aed564c5db996e5b8b30a3c1 (diff)
downloadmkinitcpio-db699aab550f51167a3b2051a51ea2864d335b75.tar.gz
mkinitcpio-db699aab550f51167a3b2051a51ea2864d335b75.tar.xz
Fix module name in usb/usbinput install hook
There is no module named sl1811-hcd, must be sl811-hcd Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'install')
-rw-r--r--install/usb2
-rw-r--r--install/usbinput2
2 files changed, 2 insertions, 2 deletions
diff --git a/install/usb b/install/usb
index 9877a7f..605912c 100644
--- a/install/usb
+++ b/install/usb
@@ -2,7 +2,7 @@
install ()
{
- MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"
+ MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl811-hcd" -e "isp116x-hcd")"
MODULES=$(echo ${MODULES}) #trim whitespace
if [ -n "${MODULES}" ]; then
diff --git a/install/usbinput b/install/usbinput
index 53bd8f7..0d293ae 100644
--- a/install/usbinput
+++ b/install/usbinput
@@ -2,7 +2,7 @@
install ()
{
- MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd") "
+ MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl811-hcd" -e "isp116x-hcd") "
MODULES=" $(echo ${MODULES}) $(all_modules "/hid/hid-") "
MODULES=$(echo ${MODULES}) #trim whitespace