index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bus
/
usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
[efi] Avoid dragging in USB subsystem via efi_usb_path()
Michael Brown
1
-17
/
+0
2020-10-12
[usb] Allow endpoints to be refilled to a specified upper limit
Michael Brown
1
-3
/
+16
2020-10-12
[usb] Allow device halt to be cleared independently of host controller
Michael Brown
1
-14
/
+31
2020-10-01
[usb] Avoid integer underflow on malformed string descriptors
Michael Brown
1
-1
/
+8
2020-09-29
[usb] Show debug message on device removal
Michael Brown
1
-0
/
+5
2020-09-29
[usb] Reset control endpoints immediately after failure
Michael Brown
1
-0
/
+1
2020-07-04
[usb] Leave port enabled after a failed device registration
Michael Brown
1
-1
/
+3
2020-07-02
[usb] Clear device endpoint halt before resetting host endpoint
Michael Brown
1
-7
/
+7
2017-07-03
[usb] Use non-zero language ID to retrieve strings
Michael Brown
1
-1
/
+36
2017-03-22
[usb] Use correct length for memcpy()
Michael Brown
1
-2
/
+2
2017-03-21
[usb] Use correct length for memcpy()
Michael Brown
1
-1
/
+2
2016-01-19
[usb] Allow USB endpoints to specify a reserved header length for refills
Michael Brown
1
-2
/
+6
2015-12-07
[usb] Allow USB device IDs to include arbitrary driver-specific data
Michael Brown
1
-3
/
+5
2015-12-07
[usb] Record USB device speed separately from current port speed
Michael Brown
1
-9
/
+9
2015-12-07
[usb] Use port->disconnected to check for disconnected devices
Michael Brown
1
-9
/
+10
2015-09-14
[usb] Allow for wildcard USB class IDs
Michael Brown
1
-10
/
+15
2015-09-14
[usb] Select preferred USB device configuration based on driver score
Michael Brown
1
-146
/
+254
2015-09-13
[usb] Generalise zero-length packet generation logic
Michael Brown
1
-1
/
+7
2015-09-06
[usb] Add function to device's function list before attempting probe
Michael Brown
1
-6
/
+4
2015-09-06
[usb] Expose usb_find_driver()
Michael Brown
1
-43
/
+52
2015-05-13
[usb] Always clear recorded disconnections after performing hotplug actions
Michael Brown
1
-7
/
+7
2015-05-13
[usb] Do not call usb_hotplug() when registering a new hub
Michael Brown
1
-3
/
+3
2015-05-11
[usb] Add USB_INTERRUPT_OUT internal type
Michael Brown
1
-1
/
+2
2015-05-09
[usb] Provide usb_endpoint_name() for use by host controller drivers
Michael Brown
1
-33
/
+29
2015-05-09
[usb] Add find_usb_bus_by_location() helper function
Michael Brown
1
-0
/
+20
2015-05-09
[usb] Maintain single lists of halted endpoints and changed ports
Michael Brown
1
-44
/
+55
2015-05-09
[usb] Maintain a list of all USB buses
Michael Brown
1
-0
/
+10
2015-05-08
[usb] Detect missed disconnections
Michael Brown
1
-10
/
+12
2015-05-01
[usb] Include setup packet within I/O buffer for message transfers
Michael Brown
1
-9
/
+20
2015-03-23
[xhci] Support USB1 devices attached via transaction translators
Michael Brown
1
-5
/
+18
2015-03-23
[usb] Improve debug messages for failed control transactions
Michael Brown
1
-6
/
+5
2015-03-23
[usb] Clear transaction translator buffers when applicable
Michael Brown
1
-4
/
+68
2015-03-23
[usb] Reset endpoints without waiting for a new transfer to be enqueued
Michael Brown
1
-28
/
+64
2015-03-18
[usb] Fix USB timeouts to match specification
Michael Brown
1
-0
/
+6
2015-03-16
[usb] Add functions for manual device address assignment
Michael Brown
1
-0
/
+44
2015-03-16
[usb] Add the concept of a USB bus maximum transfer size
Michael Brown
1
-1
/
+3
2015-03-05
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
1
-0
/
+3
2015-03-05
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
1
-0
/
+3
2015-03-02
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
1
-1
/
+5
2015-02-13
[usb] Provide generic framework for refilling receive endpoints
Michael Brown
1
-0
/
+128
2015-02-12
[usb] Handle port status changes received after failing to find a driver
Michael Brown
1
-5
/
+13
2015-02-10
[usb] Allow usb_stream() to enforce a terminating short packet
Michael Brown
1
-2
/
+4
2015-02-10
[usb] Parse endpoint descriptor bInterval field
Michael Brown
1
-4
/
+23
2015-02-09
[usb] Handle CDC union functional descriptors
Michael Brown
1
-3
/
+33
2015-02-09
[usb] Try multiple USB device configurations
Michael Brown
1
-69
/
+134
2015-02-03
[usb] Add basic support for USB hubs
Michael Brown
1
-0
/
+3
2015-02-03
[usb] Add basic support for USB devices
Michael Brown
1
-0
/
+1648