[PATCH 0/2][v2] Raspberry pi improvements usb core

22 Aug
2020
22 Aug
'20
9:53 p.m.
The original patches have been refactored. It turns out that one of the problems was a dwc2 specific with a stall after a port reset. This means the generic retry code was dropped. The xhci had a similar problem with a retry required for COMP_TX_ERR, and will be sent to the xhci maintainer.
The new patches allow for a wider variety of usb keyboards to be used with u-boot.
Jason Wessel (2): usb_kbd: Remove the initial interrupt request dwc2: Retry when a usb_stall occurs.
common/usb_kbd.c | 10 +++++----- drivers/usb/host/dwc2.c | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-)
1723
Age (days ago)
1723
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jason Wessel