aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/usb.c
Commit message (Expand)AuthorAgeFilesLines
* [usb] Always clear recorded disconnections after performing hotplug actionsMichael Brown2015-05-131-7/+7
* [usb] Do not call usb_hotplug() when registering a new hubMichael Brown2015-05-131-3/+3
* [usb] Add USB_INTERRUPT_OUT internal typeMichael Brown2015-05-111-1/+2
* [usb] Provide usb_endpoint_name() for use by host controller driversMichael Brown2015-05-091-33/+29
* [usb] Add find_usb_bus_by_location() helper functionMichael Brown2015-05-091-0/+20
* [usb] Maintain single lists of halted endpoints and changed portsMichael Brown2015-05-091-44/+55
* [usb] Maintain a list of all USB busesMichael Brown2015-05-091-0/+10
* [usb] Detect missed disconnectionsMichael Brown2015-05-081-10/+12
* [usb] Include setup packet within I/O buffer for message transfersMichael Brown2015-05-011-9/+20
* [xhci] Support USB1 devices attached via transaction translatorsMichael Brown2015-03-231-5/+18
* [usb] Improve debug messages for failed control transactionsMichael Brown2015-03-231-6/+5
* [usb] Clear transaction translator buffers when applicableMichael Brown2015-03-231-4/+68
* [usb] Reset endpoints without waiting for a new transfer to be enqueuedMichael Brown2015-03-231-28/+64
* [usb] Fix USB timeouts to match specificationMichael Brown2015-03-181-0/+6
* [usb] Add functions for manual device address assignmentMichael Brown2015-03-161-0/+44
* [usb] Add the concept of a USB bus maximum transfer sizeMichael Brown2015-03-161-1/+3
* [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