Closed sz1jrh closed 4 years ago
WebUSB blocks access to HID, but there is a WebHID API currently in development for Chrome. You can check the status of that API in Chrome Platform Status.
For future reference, this repository is only for issues about the WebUSB specification so I'm going to close this issue. This seems like a question better suited for StackOverflow with the WebUSB tag.
If you are only trying to access the USB interface with the WinUSB driver loaded that should work, but as @odejesush said that isn't an appropriate issue for this repository because it is an implementation-specific bug. Please file an issue against Chrome on crbug.com and we will take a look.
I am trying to use the webusb api to connect my USB device which basically is a digitizer. the usb version is 2.0. I have successed to request the device in chrome but failed to open the device with the error Access Deny.
the usb device containing 3 interface: 2 HID and 1 USB (winusb loaded). here is the information shown in xusb:
the first hid interface is used to report digitizer which i think it is already claimed by the system. I guess that is the issue because I have tried to remove the two hid interface and repeat the process. this time the device is opened successfully.
however the same issue is not presented on Mac OS. so i am wonder if anyone has any suggestion to solve the issue on windows?