On Wed, 28 Aug 2013, Dmitri Zolotov wrote: > ~/linux-3.9.11$ grep -r "TRSMRCY" > drivers/usb/core/hub.c: /* TRSMRCY = 20 msec */ Where did that come from? In the 3.9.11 kernel this says 10, not 20. > drivers/usb/core/hub.c: /* TRSMRCY = 10 msec */ > drivers/usb/core/hcd.c: * unsuspended. If they are then a TRSMRCY delay is needed > drivers/usb/core/hcd.c: usleep_range(10000, 11000); /* TRSMRCY */ > drivers/usb/host/isp1362-hcd.c: /* TRSMRCY */ > drivers/usb/host/ohci-hub.c: /* TRSMRCY */ > Do these files contain the same bug? As far as I can see, none of them contain any bugs related to TRSMRCY. Alan Stern -- 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