summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/usb.c
Commit message (Expand)AuthorAgeFilesLines
* [usb] Use non-zero language ID to retrieve stringsMichael Brown2017-07-031-1/+36
* [usb] Use correct length for memcpy()Michael Brown2017-03-221-2/+2
* [usb] Use correct length for memcpy()Michael Brown2017-03-211-1/+2
* [usb] Allow USB endpoints to specify a reserved header length for refillsMichael Brown2016-01-191-2/+6
* [usb] Allow USB device IDs to include arbitrary driver-specific dataMichael Brown2015-12-071-3/+5
* [usb] Record USB device speed separately from current port speedMichael Brown2015-12-071-9/+9
* [usb] Use port->disconnected to check for disconnected devicesMichael Brown2015-12-071-9/+10
* [usb] Allow for wildcard USB class IDsMichael Brown2015-09-141-10/+15
* [usb] Select preferred USB device configuration based on driver scoreMichael Brown2015-09-141-146/+254
* [usb] Generalise zero-length packet generation logicMichael Brown2015-09-131-1/+7
* [usb] Add function to device's function list before attempting probeMichael Brown2015-09-061-6/+4Star
* [usb] Expose usb_find_driver()Michael Brown2015-09-061-43/+52
* [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-101-33/+29Star
* [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/+5Star
* [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