Comment 4 for bug 354832

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Also in that thread:

"> This one works perfectly!
>
Awesome.

You can disable this on boot by creating
a /etc/udev/rules.d/disable-ehci.rules file containing:

ACTION=="add", SUBSYSTEM=="pci", DRIVER=="ehci_hcd", \
        RUN+="/bin/sh -c 'echo -n %k > %S%p/driver/unbind'"

(That should work, but do test it)"