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

Usbehci - INF-only (override driver) for noncoherent systems #41

Merged
merged 3 commits into from
Jan 28, 2024

Conversation

idigdoug
Copy link
Collaborator

Add usbehci_noncoherent inf-only driver to support USBEHCI on non-cache-coherent devices.

  • Applies to ACPI\RKCP0D20 as well as standard USBEHCI devices (PNP0D20, etc.).
  • Applies to Windows versions 26038 and later.
  • When applied, it loads the in-box usbehci.sys driver and adds the NoInterlockedOpOnCommonBuffers=1 flag.

Windows 11 2024 release appears to be adding a new registry flag for the
usbehci driver, `NoInterlockedOpOnCommonBuffers`. Setting this flag
appears to resolve the crash on RK3588 systems. Create an Extension-INF
driver that applies this flag.
@coolstar coolstar merged commit 09f0c20 into master Jan 28, 2024
2 checks passed
@idigdoug idigdoug deleted the usbehci_noncoherent branch January 28, 2024 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants