Comment 28 for bug 1437492

Revision history for this message
John5788 (john5788) wrote :

Not sure if that one is directly related, the code lists a different device ID

+ if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA &&
+ pdev->device == 0x1042)
+ xhci->quirks |= XHCI_BROKEN_STREAMS;
+

Here are some similar findings with the same device/problem:

https://forums.gentoo.org/viewtopic-p-7413396.html
https://bugzilla.kernel.org/show_bug.cgi?id=93681
https://rog.asus.com/forum/showthread.php?62279-Sabertooth-X99-Long-POST-Time-and-USB-issues-Possible-RMA
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785494
http://www.tomshardware.com/answers/id-1767422/asus-z87-deluxe-usb-initialization-bug.html

I may have to backtrack to the last 3.x kernel and see where the difference is. I remember this problem popped up once Gentoo went amd64 stable on a 4.x kernel.