xobs / fernly

Fernvale research OS
BSD 2-Clause "Simplified" License
143 stars 52 forks source link

USB no longer connects after disconnect #21

Open pfalcon opened 9 years ago

pfalcon commented 9 years ago

Linux logs timeouts and errors to syslog. This apparently happens because initial USB enumeration is handled by BootROM, and fernly doesn't handle enumeration at all.

xobs commented 9 years ago

I believe these are EP0 requests that are not handled in Fernly. Support will need to be added.