Re: [PATCH] hw: canokey: Don't run the device in high-speed

2022-06-23 Thread Hongren Zheng
On Thu, Jun 23, 2022 at 09:58:43PM +0800, MkfsSion wrote: > * Canokey core currently using 16 bytes as maximum packet size for > * EP, but to run the device in full-speed a 64 bytes maximum size is > * required according to USB 2.0 specification. Since we don't acutally > * need to run the device i

[PATCH] hw: canokey: Don't run the device in high-speed

2022-06-23 Thread MkfsSion
* Canokey core currently using 16 bytes as maximum packet size for * EP, but to run the device in full-speed a 64 bytes maximum size is * required according to USB 2.0 specification. Since we don't acutally * need to run the device in high-speed, simply don't assign high member * in USBDesc. Sugge