[PATCH 0/2] USB fixes: Add missing timeout, ignore YubiKeys
Hector Martin
marcan at marcan.st
Sun Oct 29 08:09:07 CET 2023
This mini series fixes one bug, but in the process makes YubiKeys work,
which then regresses people who have one *and* a USB keyboard, since we
only support a single keyboard device.
Therefore patch #1 makes U-Boot ignore YubiKeys, so #2 does not
regress things.
Signed-off-by: Hector Martin <marcan at marcan.st>
---
Hector Martin (2):
usb: kbd: Ignore Yubikeys
usb: hub: Add missing reset recovery delay
common/usb_hub.c | 7 +++++++
common/usb_kbd.c | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
---
base-commit: 8ad1c9c26f7740806a162818b790d4a72f515b7e
change-id: 20231029-usb-fixes-2-976486d1603c
Best regards,
--
Hector Martin <marcan at marcan.st>
More information about the U-Boot
mailing list