PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
165 stars 85 forks source link

Increased the descriptor buffer to 2k #76

Closed rjonkman closed 2 years ago

rjonkman commented 2 years ago

This change is to support more devices. Even my 20 year old BRC2000 has a descriptor size of almost 1k. iConnectivety devices typically have descriptors over 1k. By implementing this change you will avoid repetitive posts in the forums about people have issues connecting their class compliant devices to the host port.