UsbDk icon indicating copy to clipboard operation
UsbDk copied to clipboard

Opening the AX201 Bluetooth device causes a blue screen

Open ggaudeau opened this issue 9 months ago • 5 comments

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

ggaudeau avatar May 10 '24 07:05 ggaudeau

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

ybendito avatar May 10 '24 07:05 ybendito

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

ggaudeau avatar May 10 '24 08:05 ggaudeau