David Mosberger wrote: > +++ b/drivers/usb/host/Kconfig > @@ -4,6 +4,16 @@ > comment "USB Host Controller Drivers" > depends on USB > > +config USB_MAX3421_HCD > + tristate "MAX3421 HCD (USB-over-SPI) support" > + depends on USB > + help > + The Maxim MAX3421E Host Controller Interface supports > + standard USB 1.1 high-speed hardware. I'd suggest "supports USB 2.0-compliant full-speed devices" instead. And before you assume that high-speed devices (flash drives, wlan, etc) don't work correctly because of something your driver does I would strongly recommend to perform the same tests using another full-speed HC, e.g. by using uhci_hcd as the only hcd, disabling ehci_hcd, on EHCI hardware. I've seen high-speed-capable devices work quite poorly at full-speed; who cares about correctness when there is performance? //Peter -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html