aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/usb-xhci.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-12usb-xhci: Reset ERSTSZ together with ERSTBAAlexey Kardashevskiy1-0/+2
2016-08-03usb: Set XHCI slot speed according to port statusThomas Huth1-5/+7
2016-08-03usb: Build correct route string for USB3 devices behind a hubThomas Huth1-4/+10
2016-08-03usb: Initialize USB3 devices on a hub and keep track of hub topologyThomas Huth1-4/+6
2016-08-03usb: Increase amount of maximum slot IDs and add a sanity checkThomas Huth1-0/+6
2016-08-03usb: Move XHCI port state arrays from header to .c fileThomas Huth1-0/+17
2016-06-07usb-xhci: assign field4 before conditionalNikunj A Dadhania1-5/+4
2016-05-02xhci: fix missing keys from keyboardNikunj A Dadhania1-12/+39
2016-05-02xhci: add memory barrier after filling the trbNikunj A Dadhania1-0/+1
2015-12-01Stack optimization in libusb: split up setup_new_device()Thomas Huth1-1/+3
2015-10-06usb-xhci: add keyboard supportNikunj A Dadhania1-1/+115
2015-10-06usb-xhci: ready the link trb earlyNikunj A Dadhania1-7/+6
2015-10-06usb-xhci: scan usb high speed portsNikunj A Dadhania1-9/+30
2015-10-06usb-xhci: bulk improve event handling loopNikunj A Dadhania1-9/+32
2015-10-06usb-xhci: return on allocation failureNikunj A Dadhania1-1/+2
2015-10-06usb-xhci: add delay in shutdown pathNikunj A Dadhania1-0/+12
2015-10-06usb-xhci: event trbs does not need link trbNikunj A Dadhania1-4/+6
2014-10-29usb-xhci: support xhci extended capabilitiesNikunj A Dadhania1-6/+31
2014-07-17xhci: fix port assignmentNikunj A Dadhania1-1/+1
2014-04-25xhci: fix controller stopNikunj A Dadhania1-1/+1
2014-01-20[oex]hci_exit: Check before freeing/unmapping memoryNikunj A Dadhania1-4/+8
2013-12-16usb-xhci: memory freeing and using returns as bool uniformlyNikunj A Dadhania1-26/+36
2013-11-16Fix dprintf macros at various pointsNikunj A Dadhania1-1/+1
2013-11-15usb-xhci: add xhci host controller supportNikunj A Dadhania1-4/+1176
2013-11-15usb-xhci: add xhci supportNikunj A Dadhania1-0/+105