aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/usb/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-28[xhci] Allow for permanent failure of the command mechanismxhci_failMichael Brown1-0/+2
2020-11-29[xhci] Update driver to use DMA APIMichael Brown1-8/+35
2020-07-03[xhci] Increase link state settling delay to 100msMichael Brown1-1/+1
2015-06-18[xhci] Ignore invalid protocol speed ID values on Intel Skylake platformsMichael Brown1-0/+3
2015-06-18[xhci] Record device-specific quirks in xHCI device structureMichael Brown1-0/+2
2015-05-10[xhci] Use meaningful device names in debug messagesMichael Brown1-0/+2
2015-03-23[xhci] Support USB1 devices attached via transaction translatorsMichael Brown1-0/+6
2015-03-18[usb] Fix USB timeouts to match specificationMichael Brown1-2/+4
2015-03-16[usb] Add the concept of a USB bus maximum transfer sizeMichael Brown1-0/+3
2015-03-06[xhci] Undo PCH-specific quirk fixes when removing deviceMichael Brown1-15/+26
2015-03-06[xhci] Enable USB3 ports on Intel PCH8/PCH9 controllersMichael Brown1-0/+15
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2015-02-18[xhci] Abort commands on timeoutMichael Brown1-2/+13
2015-02-11[xhci] Delay after (possibly) forcing port link state to RxDetectMichael Brown1-0/+3
2015-02-10[usb] Parse endpoint descriptor bInterval fieldMichael Brown1-0/+5
2015-02-05[usb] Report xHCI host controller eventsMichael Brown1-0/+21
2015-02-03[usb] Add support for xHCI host controllersMichael Brown1-0/+1066