--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/cfca8470-4514-47c8-ba52-878724632c9b%40chromium.org.
You received this message because you are subscribed to the Google Groups "DeviceDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to device-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/device-dev/CAK-EfX%3D2%2BD1Ha%2BoYj50OeOwq3wtPj-AJPAxjzMqhKo6EuraC%2BA%40mail.gmail.com.
The access denied error is because Windows has loaded the generic HID class driver for the device, which blocks Chrome from accessing the device as a generic USB device. This might have happened automatically as part of a Windows driver update. You can either force Windows to load the generic WinUSB driver instead or wait for the upcoming WebHID API which will support devices that implement the HID protocol.
On Wed, Jul 3, 2019 at 4:12 PM Vincent Scheib <sch...@chromium.org> wrote:
Thanks, please send bug reports via crbug.com. https://developers.google.com/web/feedback/file-a-bug has helpful tips.Because Chromium developers won't have that device, it would help if you're able to bisect builds to narrow down when the regression occurred. (You might check first by manually downloading an old version to verify it is a Chrome regression and not a change in Windows, drivers, etc.)
On Wed, Jul 3, 2019 at 3:41 PM Cris G <cgg...@gmail.com> wrote:
I have been using a Mettler Toledo PS60 scale to poll the weight into an input field on a web page using the usb api. It used to work fine until about a year ago. Now I get a Security Error with the message "Access denied." I am using the latest version of Google Chrome on Windows 10. I am not sure if for some reason an updated version of Chrome disabled this feature or device. I can still see the scale device in devices and I can pair it but for some reason I cannot USBDevice.open() it. Any feedback would be appreciated. Thanks!--Device Log:[16:53:27] HID device added: vendorId=3768, productId=61440, name='PS60 ', serial='61771936', deviceId='\\?\hid#vid_0eb8&pid_f000#6&29632891&4&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}'
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/cfca8470-4514-47c8-ba52-878724632c9b%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "DeviceDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devic...@chromium.org.