From db699aab550f51167a3b2051a51ea2864d335b75 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 11 Feb 2010 21:31:27 -0300 Subject: 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 --- install/usbinput | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/usbinput') 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 -- cgit v1.2.3-24-g4f1b