thegecko / webusb

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

Fix: Changed internal device identifier to be busNumber and deviceAddress #26

Closed yene closed 6 years ago

yene commented 6 years ago

The deviceAddress on each USB bus starts with 0, causing devices from older USB bus to be overwritten.

Fixes https://github.com/thegecko/webusb/issues/25

thegecko commented 6 years ago

Ooh, thats a nasty bug, nice find.

thegecko commented 6 years ago

Closed in favour of #27