index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
usb
/
xhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[xhci] Ignore invalid protocol speed ID values on Intel Skylake platforms
Michael Brown
2015-06-18
1
-3
/
+6
*
[xhci] Record device-specific quirks in xHCI device structure
Michael Brown
2015-06-18
1
-3
/
+4
*
[xhci] Fix comparison of signed and unsigned integers
Michael Brown
2015-06-01
1
-1
/
+1
*
[xhci] Fix length of allocated slot array
Michael Brown
2015-06-01
1
-2
/
+3
*
[xhci] Use meaningful device names in debug messages
Michael Brown
2015-05-10
1
-119
/
+122
*
[usb] Detect missed disconnections
Michael Brown
2015-05-08
1
-40
/
+49
*
[pci] Provide PCI_CLASS() to calculate a scalar PCI class value
Michael Brown
2015-05-08
1
-2
/
+2
*
[usb] Include setup packet within I/O buffer for message transfers
Michael Brown
2015-05-01
1
-4
/
+8
*
[xhci] Always reset root hub ports
Michael Brown
2015-04-13
1
-7
/
+5
*
[xhci] Support USB1 devices attached via transaction translators
Michael Brown
2015-03-23
1
-13
/
+73
*
[usb] Add clear_tt() hub method to clear transaction translator buffer
Michael Brown
2015-03-23
1
-0
/
+20
*
[xhci] Ring doorbell as part of endpoint reset
Michael Brown
2015-03-23
1
-0
/
+3
*
[xhci] Do not release ownership back to BIOS when booting an OS
Michael Brown
2015-03-18
1
-0
/
+27
*
[xhci] Forcibly disable SMIs if BIOS fails to release ownership
Michael Brown
2015-03-16
1
-10
/
+10
*
[usb] Add the concept of a USB bus maximum transfer size
Michael Brown
2015-03-16
1
-1
/
+1
*
[xhci] Undo PCH-specific quirk fixes when removing device
Michael Brown
2015-03-06
1
-2
/
+25
*
[xhci] Enable USB3 ports on Intel PCH8/PCH9 controllers
Michael Brown
2015-03-06
1
-0
/
+40
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[xhci] Abort commands on timeout
Michael Brown
2015-02-18
1
-13
/
+69
*
[xhci] Leak memory if controller fails to disable slot
Michael Brown
2015-02-18
1
-3
/
+18
*
[xhci] Delay after (possibly) forcing port link state to RxDetect
Michael Brown
2015-02-11
1
-0
/
+5
*
[usb] Allow usb_stream() to enforce a terminating short packet
Michael Brown
2015-02-10
1
-6
/
+16
*
[usb] Parse endpoint descriptor bInterval field
Michael Brown
2015-02-10
1
-0
/
+10
*
[usb] Report xHCI host controller events
Michael Brown
2015-02-05
1
-0
/
+20
*
[usb] Add support for xHCI host controllers
Michael Brown
2015-02-03
1
-0
/
+3009