mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
Manually force early load of ehcd_hci to fix usb 2.0 detection.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user