aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/usb-core.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-22libusb: Fix compiler warnings with gcc9Alexey Kardashevskiy1-1/+1
2016-08-03usb: Initialize USB3 devices on a hub and keep track of hub topologyThomas Huth1-0/+1
2015-12-01Stack optimization in libusb: split up setup_new_device()Thomas Huth1-2/+5
2013-11-15usb-xhci: add xhci host controller supportNikunj A Dadhania1-0/+2
2013-10-04usb-msc: handle stall and other fixesNikunj A Dadhania1-1/+1
2013-10-04usb-core: Add CLEAR FEATURE apiNikunj A Dadhania1-0/+3
2013-07-24usb: unmap buffersNikunj A Dadhania1-0/+1
2013-07-24usb-core: add usb bulk supportAvik Sil1-0/+6
2013-07-24usb-ehci: setup new deviceAvik Sil1-2/+8
2013-07-24USB keyboard driverNikunj A Dadhania1-0/+4
2013-07-24usb-core: setup new deviceNikunj A Dadhania1-1/+118
2013-07-24usb-core: create dev pool allocationNikunj A Dadhania1-0/+3
2013-07-24usb-core: usb send controlNikunj A Dadhania1-0/+2
2013-07-24usb-core: implement usb_{get,put}_pipe routinesNikunj A Dadhania1-9/+85
2013-07-24usb-ohci: allocate pipe poolNikunj A Dadhania1-0/+9
2013-07-24usb-ohci: reset, init and check-portsNikunj A Dadhania1-0/+2
2013-07-24usb-core: Add register accessor functionsAvik Sil1-0/+1
2013-07-24usb-core: hcd registration and query routinesNikunj A Dadhania1-1/+13
2013-07-24usb-core: registration and makefilesNikunj A Dadhania1-0/+35