Load EHCI befor OHCI and UHCI; from patch by Mathnerd314

This commit is contained in:
Michael Raskin 2014-09-02 02:12:46 +04:00
parent 7727a3fe1d
commit fa55a99701

View File

@ -77,6 +77,11 @@ with lib;
'')}
${config.boot.extraModprobeConfig}
'';
environment.etc."modprobe.d/usb-load-ehci-first.conf".text =
''
softdep uhci_hcd pre: ehci_hcd
softdep ohci_hcd pre: ehci_hcd
'';
environment.systemPackages = [ config.system.sbin.modprobe pkgs.kmod ];