index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bus
/
usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[usb] Use non-zero language ID to retrieve strings
Michael Brown
2017-07-03
1
-1
/
+36
*
[usb] Use correct length for memcpy()
Michael Brown
2017-03-22
1
-2
/
+2
*
[usb] Use correct length for memcpy()
Michael Brown
2017-03-21
1
-1
/
+2
*
[usb] Allow USB endpoints to specify a reserved header length for refills
Michael Brown
2016-01-19
1
-2
/
+6
*
[usb] Allow USB device IDs to include arbitrary driver-specific data
Michael Brown
2015-12-07
1
-3
/
+5
*
[usb] Record USB device speed separately from current port speed
Michael Brown
2015-12-07
1
-9
/
+9
*
[usb] Use port->disconnected to check for disconnected devices
Michael Brown
2015-12-07
1
-9
/
+10
*
[usb] Allow for wildcard USB class IDs
Michael Brown
2015-09-14
1
-10
/
+15
*
[usb] Select preferred USB device configuration based on driver score
Michael Brown
2015-09-14
1
-146
/
+254
*
[usb] Generalise zero-length packet generation logic
Michael Brown
2015-09-13
1
-1
/
+7
*
[usb] Add function to device's function list before attempting probe
Michael Brown
2015-09-06
1
-6
/
+4
*
[usb] Expose usb_find_driver()
Michael Brown
2015-09-06
1
-43
/
+52
*
[usb] Always clear recorded disconnections after performing hotplug actions
Michael Brown
2015-05-13
1
-7
/
+7
*
[usb] Do not call usb_hotplug() when registering a new hub
Michael Brown
2015-05-13
1
-3
/
+3
*
[usb] Add USB_INTERRUPT_OUT internal type
Michael Brown
2015-05-11
1
-1
/
+2
*
[usb] Provide usb_endpoint_name() for use by host controller drivers
Michael Brown
2015-05-10
1
-33
/
+29
*
[usb] Add find_usb_bus_by_location() helper function
Michael Brown
2015-05-09
1
-0
/
+20
*
[usb] Maintain single lists of halted endpoints and changed ports
Michael Brown
2015-05-09
1
-44
/
+55
*
[usb] Maintain a list of all USB buses
Michael Brown
2015-05-09
1
-0
/
+10
*
[usb] Detect missed disconnections
Michael Brown
2015-05-08
1
-10
/
+12
*
[usb] Include setup packet within I/O buffer for message transfers
Michael Brown
2015-05-01
1
-9
/
+20
*
[xhci] Support USB1 devices attached via transaction translators
Michael Brown
2015-03-23
1
-5
/
+18
*
[usb] Improve debug messages for failed control transactions
Michael Brown
2015-03-23
1
-6
/
+5
*
[usb] Clear transaction translator buffers when applicable
Michael Brown
2015-03-23
1
-4
/
+68
*
[usb] Reset endpoints without waiting for a new transfer to be enqueued
Michael Brown
2015-03-23
1
-28
/
+64
*
[usb] Fix USB timeouts to match specification
Michael Brown
2015-03-18
1
-0
/
+6
*
[usb] Add functions for manual device address assignment
Michael Brown
2015-03-16
1
-0
/
+44
*
[usb] Add the concept of a USB bus maximum transfer size
Michael Brown
2015-03-16
1
-1
/
+3
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+3
*
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
2015-03-05
1
-0
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[usb] Provide generic framework for refilling receive endpoints
Michael Brown
2015-02-13
1
-0
/
+128
*
[usb] Handle port status changes received after failing to find a driver
Michael Brown
2015-02-12
1
-5
/
+13
*
[usb] Allow usb_stream() to enforce a terminating short packet
Michael Brown
2015-02-10
1
-2
/
+4
*
[usb] Parse endpoint descriptor bInterval field
Michael Brown
2015-02-10
1
-4
/
+23
*
[usb] Handle CDC union functional descriptors
Michael Brown
2015-02-09
1
-3
/
+33
*
[usb] Try multiple USB device configurations
Michael Brown
2015-02-09
1
-69
/
+134
*
[usb] Add basic support for USB hubs
Michael Brown
2015-02-03
1
-0
/
+3
*
[usb] Add basic support for USB devices
Michael Brown
2015-02-03
1
-0
/
+1648