[PULL] u-boot-usb/master
Marek Vasut
marex at denx.de
Sun Apr 14 20:45:17 CEST 2024
The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:
Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 -0400)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 63f6a449bffe46beca89580d3efa48e5d041025c:
usb: kbd: Add probe quirk for Apple and Keychron keyboards (2024-04-12 14:53:13 +0200)
----------------------------------------------------------------
Janne Grunau (6):
usb: xhci: refactor xhci_set_configuration
usb: xhci: Set up endpoints for the first 2 interfaces
usb: xhci: Abort transfers with unallocated rings
usb: Add environment based device ignorelist
usb: kbd: support Apple Magic Keyboards (2021)
usb: kbd: Add probe quirk for Apple and Keychron keyboards
common/usb.c | 70 ++++++++++++++++++++++++
common/usb_kbd.c | 59 ++++++++++++++++++--
doc/usage/environment.rst | 13 +++++
drivers/usb/host/xhci-ring.c | 5 ++
drivers/usb/host/xhci.c | 126 +++++++++++++++++++++++++++----------------
include/env_default.h | 11 ++++
include/usb.h | 6 +++
7 files changed, 241 insertions(+), 49 deletions(-)
More information about the U-Boot
mailing list