summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/usb.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+3
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [usb] Provide generic framework for refilling receive endpointsMichael Brown2015-02-131-0/+128
* [usb] Handle port status changes received after failing to find a driverMichael Brown2015-02-121-5/+13
* [usb] Allow usb_stream() to enforce a terminating short packetMichael Brown2015-02-101-2/+4
* [usb] Parse endpoint descriptor bInterval fieldMichael Brown2015-02-101-4/+23
* [usb] Handle CDC union functional descriptorsMichael Brown2015-02-091-3/+33
* [usb] Try multiple USB device configurationsMichael Brown2015-02-091-69/+134
* [usb] Add basic support for USB hubsMichael Brown2015-02-031-0/+3
* [usb] Add basic support for USB devicesMichael Brown2015-02-031-0/+1648