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
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Mark known reviewed files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
10
-0
/
+10
*
[dwusb] Add driver for DesignWare USB3 host controller
Michael Brown
2025-07-21
2
-0
/
+154
*
[xhci] Allow for non-PCI xHCI host controllers
Michael Brown
2025-07-21
2
-1225
/
+89
*
[xhci] Use root hub port number to determine slot type
Michael Brown
2025-07-18
1
-1
/
+2
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
1
-0
/
+1
*
[block] Remove userptr_t from block device abstraction
Michael Brown
2025-04-24
1
-5
/
+5
*
[uaccess] Remove trivial uses of userptr_t
Michael Brown
2025-04-24
1
-2
/
+1
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
1
-4
/
+3
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
1
-1
/
+1
*
[efi] Allow for custom methods for disconnecting existing drivers
Michael Brown
2025-04-17
1
-1
/
+21
*
[efi] Disconnect existing drivers on a per-protocol basis
Michael Brown
2025-03-29
1
-0
/
+1
*
[efi] Define an attachment priority order for EFI drivers
Michael Brown
2025-03-29
1
-1
/
+1
*
[efi] Allow use of typed pointers for efi_open() et al
Michael Brown
2025-03-24
1
-27
/
+7
*
[efi] Use efi_open() for all ephemeral protocol opens
Michael Brown
2025-03-24
1
-53
/
+15
*
[efi] Use efi_open_by_driver() for all by-driver protocol opens
Michael Brown
2025-03-24
1
-23
/
+8
*
[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
Michael Brown
2021-10-29
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
[next]