# kernel warns: ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
install uhci_hcd /sbin/modprobe ehci_hcd; /sbin/modprobe --ignore-install uhci_hcd
install ohci_hcd /sbin/modprobe ehci_hcd; /sbin/modprobe --ignore-install ohci_hcd
