On Thu, Jun 21, 2012 at 06:48:25PM -0700, 'Greg KH' wrote: > On Thu, Jun 21, 2012 at 05:08:58PM -0700, Sarah Sharp wrote: > > Greg, what about exporting a sysfs file to change the polling interval? > > We could run the timer every 2 seconds by default, but get powertop to > > add a new setting for turning the interval off. > > Ick, a sysfs file is almost as bad as a kernel module option, how are > you going to tell users / distros when to turn it off or not if you > don't know if it is needed or not? The same way users discover whether their USB devices break if auto-suspend is turned on. They go into powertop, and change the line for their USB device from "BAD" to "GOOD". Then they notice their mouse suddenly stops responding to movement, and they change the powertop settings back. In the same way, there would be a line like "Stop xHCI port polling timer" that they would toggle. Later, if devices under the ports stopped enumerating, they would change it back to "BAD" and just put up with the polling. I agree it's not a very good system, and adding a quirk to the xHCI driver is a better solution. Ideally, TI would just fix their redriver. > We really need a way to determine the hardware here. > > Alexis, what are you doing on Windows for this? Surely you can't be > turning a timer on every 2 seconds for all Windows systems in the world, > are you? Yes, what are you going to do for Windows 8 systems that have official Microsoft USB 3.0 support? Make your customers ship a driver with the polling turned on? 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