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

Opening the AX201 Bluetooth device causes a blue screen #131

Open
ggaudeau opened this issue May 10, 2024 · 5 comments
Open

Opening the AX201 Bluetooth device causes a blue screen #131

ggaudeau opened this issue May 10, 2024 · 5 comments

Comments

@ggaudeau
Copy link

libusb 1.0.26
usbdk 1.00.22

When calling the libusb_open method with the wireless controller AX201 Bluetooth, I always get a bsod WDF_VIOLATION (10d).

Reproduced with several laptops with Bluetooth driver enabled.

Workaround found for the moment is to filter all devices belonging to wireless controller class.

windbg.txt

@ybendito
Copy link
Collaborator

@ggaudeau 1.0.21 will not produce BSOD but may fail to open the device when it is in low power mode

@ggaudeau
Copy link
Author

Thanks for the reply @ybendito, I've just read the post here which explains quite well what's going on.

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

No branches or pull requests

3 participants
@ggaudeau @ybendito and others