thegecko/webusb

Add support for USBDevice.clearHalt()

Closed this issue · 0 comments

The specification outlines a clearHalt() method which needs implementing on the USBDevice:

https://wicg.github.io/webusb/#dom-usbdevice-clearhalt

This method isn't supported in node-usb, so it's likely the blocking function libusb_clear_halt needs exposing there first.