thegecko/webusb

Add correct statuses in transfer responses

Closed this issue · 1 comments

All transfers:

  • controlTransferIn()
  • controlTransferOut()
  • transferIn()
  • transferOut()

Always return status: "ok", but should return whether the transfer status is ok, stall or babble.

node-usb doesn't currently support returning the transfer status, so it's likely this will need to be implemented there first.

Resolved in #41