summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* [xhci] Leak memory if controller fails to disable slotMichael Brown2015-02-181-3/+18
* [usb] Add generic USB network device frameworkMichael Brown2015-02-171-0/+280
* [usb] Use generic refill framework for USB hub interrupt endpointsMichael Brown2015-02-132-51/+7Star
* [xhci] Delay after (possibly) forcing port link state to RxDetectMichael Brown2015-02-112-0/+8
* [usb] Allow usb_stream() to enforce a terminating short packetMichael Brown2015-02-102-7/+17
* [usb] Parse endpoint descriptor bInterval fieldMichael Brown2015-02-102-0/+15
* [usb] Report xHCI host controller eventsMichael Brown2015-02-052-0/+41
* [usb] Add support for xHCI host controllersMichael Brown2015-02-032-0/+4075
* [usb] Add basic support for USB hubsMichael Brown2015-02-032-0/+800