index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[console] Avoid overlap between special keys and Unicode characters
Michael Brown
2023-07-04
1
-2
/
+2
*
[console] Support AltGr to access ASCII characters via remapping
Michael Brown
2022-02-15
1
-0
/
+2
*
[console] Centralise handling of key modifiers
Michael Brown
2022-02-15
1
-10
/
+11
*
[console] Handle remapping of scancode 86
Michael Brown
2022-02-10
2
-1
/
+8
*
[usb] Handle upper/lower case and Ctrl-<key> after applying remapping
Michael Brown
2022-02-10
1
-6
/
+11
*
[usb] Support keyboard remapping via the native USB keyboard driver
Michael Brown
2022-02-10
1
-0
/
+5
*
[xhci] Avoid DMA during shutdown if firmware has disabled bus mastering
Michael Brown
2021-11-12
1
-0
/
+22
*
[xhci] Allow for permanent failure of the command mechanism
xhci_fail
Michael Brown
2021-10-28
2
-2
/
+51
*
[xhci] Avoid false positive Coverity warning
Michael Brown
2021-01-04
1
-1
/
+1
*
[xhci] Show meaningful error messages after command failures
Michael Brown
2021-01-03
1
-7
/
+25
*
[xhci] Fail attempts to issue concurrent commands
Michael Brown
2021-01-03
1
-0
/
+8
*
[xhci] Update driver to use DMA API
Michael Brown
2020-11-29
2
-91
/
+175
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
3
-48
/
+49
*
[usbblk] Allow USB block device to be described using an EFI device path
Michael Brown
2020-10-16
1
-0
/
+15
*
[efi] Split device path functions out to efi_path.c
Michael Brown
2020-10-16
1
-2
/
+3
*
[usbblk] Add support for USB mass storage devices
Michael Brown
2020-10-13
2
-0
/
+1018
*
[pci] Update drivers to use pci_ioremap()
Michael Brown
2020-09-25
2
-2
/
+2
*
[xhci] Increase link state settling delay to 100ms
Michael Brown
2020-07-03
1
-1
/
+1
*
[usb] Avoid unnecessary calls to usb_hub_set_drvdata()
Michael Brown
2020-07-03
3
-25
/
+8
*
[xhci] Set link state to RxDetect after disabling USB3 root hub port
Michael Brown
2020-07-03
1
-0
/
+13
*
[usb] Do not attempt to disable USB3 hub ports
Michael Brown
2020-07-02
1
-2
/
+4
*
[usb] Add missing usb_recycle() for completed hub interrupt transfers
Michael Brown
2020-07-02
1
-0
/
+4
*
[efi] Do not attempt EFI_USB_IO_PROTOCOL transfers during shutdown
Michael Brown
2019-09-15
1
-0
/
+8
*
[efi] Report failed control transfers as expected by the USB core
Michael Brown
2019-09-15
1
-2
/
+6
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
2
-0
/
+2
*
[xhci] Consume event TRB before reporting completion to USB core
Michael Brown
2018-02-19
1
-4
/
+4
*
[xhci] Assume an invalid PSI table if any invalid PSI value is observed
Michael Brown
2018-01-29
1
-23
/
+30
*
[usb] Allow for USB network devices with no interrupt endpoint
Michael Brown
2017-06-14
1
-13
/
+21
*
[xhci] Avoid accessing beyond end of endpoint context array
Michael Brown
2017-03-21
1
-1
/
+1
*
[ehci] Add extra debugging information
Michael Brown
2016-02-05
1
-2
/
+73
*
[usb] Allow USB endpoints to specify a reserved header length for refills
Michael Brown
2016-01-19
2
-2
/
+2
*
[usb] Add support for numeric keypad on USB keyboards
Michael Brown
2016-01-06
2
-7
/
+100
*
[xhci] Ensure that zero-length packets are not part of a TRB chain
Michael Brown
2015-12-07
1
-0
/
+6
*
[usb] Allow additional settling time for out-of-spec hubs
Michael Brown
2015-12-07
2
-0
/
+19
*
[usb] Record USB device speed separately from current port speed
Michael Brown
2015-12-07
3
-5
/
+4
*
[usb] Use port->disconnected to check for disconnected devices
Michael Brown
2015-12-07
1
-1
/
+2
*
[usb] Allow for wildcard USB class IDs
Michael Brown
2015-09-14
3
-24
/
+8
*
[usb] Select preferred USB device configuration based on driver score
Michael Brown
2015-09-14
4
-12
/
+12
*
[efi] Provide efi_devpath_len()
Michael Brown
2015-09-13
1
-3
/
+2
*
[xhci] Support arbitrarily large transfers
Michael Brown
2015-09-13
1
-11
/
+45
*
[ehci] Support arbitrarily large transfers
Michael Brown
2015-09-13
1
-14
/
+49
*
[ehci] Do not treat zero-length NULL pointers as unreachable
Michael Brown
2015-09-13
1
-0
/
+2
*
[usb] Generalise zero-length packet generation logic
Michael Brown
2015-09-13
4
-16
/
+11
*
[efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOL
Michael Brown
2015-09-07
2
-0
/
+1875
*
[xhci] Ignore invalid protocol speed ID values on Intel Skylake platforms
Michael Brown
2015-06-18
2
-3
/
+9
*
[xhci] Record device-specific quirks in xHCI device structure
Michael Brown
2015-06-18
2
-3
/
+6
*
[xhci] Fix comparison of signed and unsigned integers
Michael Brown
2015-06-01
1
-1
/
+1
*
[xhci] Fix length of allocated slot array
Michael Brown
2015-06-01
1
-2
/
+3
*
[usb] Add basic support for USB keyboards
Michael Brown
2015-05-12
2
-0
/
+663
*
[usb] Add generic USB human interface device (HID) framework
Michael Brown
2015-05-12
1
-0
/
+151
[next]