Manually force early load of ehcd_hci to fix usb 2.0 detection.

This commit is contained in:
Arne Fitzenreiter
2010-01-08 02:05:00 +01:00
parent 87d924279c
commit 98b5cc933b
4 changed files with 5 additions and 4 deletions

View File

@@ -117,9 +117,9 @@ int main(int argc, char *argv[])
mysystem("/sbin/modprobe ide-generic");
mysystem("/sbin/modprobe ide-cd");
mysystem("/sbin/modprobe ide-disk");
mysystem("/sbin/modprobe ehci-hcd");
mysystem("/sbin/modprobe uhci-hcd");
mysystem("/sbin/modprobe ohci-hcd");
mysystem("/sbin/modprobe ehci-hcd");
mysystem("/sbin/modprobe ohci1394");
mysystem("/sbin/modprobe sd_mod");
mysystem("/sbin/modprobe sr_mod");