aeksco / lyrebird

:bird: Impersonate USB devices over Bluetooth LE
MIT License
9 stars 2 forks source link

Device does not enumerate correctly #7

Closed AaronPerl closed 7 years ago

AaronPerl commented 7 years ago

With the current code on the firmware branch, the device enumerates incorrectly and fails to work. On Windows this manifests in being unable to use the COM port (and possibly the keyboard and mouse), and on OS X this manifests as the device reenumerating repeatedly.

AaronPerl commented 7 years ago

Fixed in 173afdb47da1b3a1ef8703af59bdc004c5c96403, caused by the microcontroller not having enough USB endpoints to support CDC and 2 HID class devices.