thegecko / webusb

Node.js implementation of the WebUSB Specification
https://thegecko.github.io/webusb/
MIT License
183 stars 27 forks source link

Calculate the endpoint number correctly. #30

Closed qazwsxedcrfvtg14 closed 5 years ago

qazwsxedcrfvtg14 commented 5 years ago

This should be "|"(or) operator here.

qazwsxedcrfvtg14 commented 5 years ago

This would fix #29 .

thegecko commented 5 years ago

Thanks, it also looks wrong here:

https://github.com/thegecko/webusb/blob/master/src/adapter.ts#L728