Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: xhci-hcd: add a gratuitous doorbell read
This may assist in debugging #6141 The symptom is that the Interrupt endpoint for the dongle sometimes has one outstanding TRB, but the lack of USB bus activity suggests that the xHC didn't correctly register the TRB as valid when the doorbell ring happened. Adding this dummy read seems to fix it. Signed-off-by: Jonathan Bell <[email protected]>
- Loading branch information