Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb: xhci-hcd: add a gratuitous doorbell read #6430

Closed
wants to merge 2 commits into from

Commits on Oct 30, 2024

  1. usb: xhci-hcd: add a gratuitous doorbell read

    This may assist in debugging raspberrypi#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]>
    P33M committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    236b3d1 View commit details
    Browse the repository at this point in the history
  2. HACK: bluetooth: extend timeouts to 20 seconds

    Idea is to capture debug output in this window
    P33M committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    14717de View commit details
    Browse the repository at this point in the history