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

da1469x: fix resume #1291

Merged
merged 2 commits into from
Feb 2, 2022
Merged

Commits on Jan 20, 2022

  1. dcd_da1469x: Fix over-run/under-run mask

    Bit mask enabling/disabling over-run/unde-run was shifted
    by one nibble, so interrupt was never enabled.
    It did not force any issue as this situation could only
    happen on ISO endpoints without DMA.
    kasjer committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ae4d901 View commit details
    Browse the repository at this point in the history
  2. dcd_da1469x: Re-enable RX after resume

    Going to suspend states disable reception on non-0 RX endpoints.
    
    Now when USB resume condition is detected, all RX endpoints
    with pending transfers are resumed.
    kasjer committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7b07836 View commit details
    Browse the repository at this point in the history