aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/usb-xhci.c
AgeCommit message (Expand)AuthorFilesLines
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