felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.8k stars 585 forks source link

ftdi: Fix bcdDevice endian #270

Closed changwoo closed 3 years ago

changwoo commented 5 years ago

USB descriptor values are in little endian. I got bcdDevice 0x0010 instead of 0x1000 (10.00).