On Thu, Oct 07, 2010 at 02:21:45PM -0500, Xianghua Xiao wrote: > Hi, > > New to USB3.0 and I'm trying to find chips that have good linux > support. Specifically I have looked at uPD720200 and TUSB7340. From > drivers/usb/host(Sarah's git tree) I only saw generic xhci.* and > nothing vendor-specific. Does this mean all these existing USB3.0 > hosts are supported by recent kernel already with the same xhci* > files? You should not need any vendor-specific code. All xHCI host controllers are supposed to conform with the xHCI specification, and the Linux xHCI driver is written to that spec. So the code should work on any 0.96 xHCI host controllers. (Support for hosts that conform to the 1.0 xHCI specification is not in Linux yet, but AFAIK there are no 1.0 xHCI host controllers on the market.) I know that uPD720200-based hosts work, and I suspect that TUSB7340-based hosts also work, although I haven't had a chance to test them. Please let me know if you run into problems. Sarah Sharp -- 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