You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing the public UsbDevice::speed, the max packet size of ep0_in/out are not updated, which then leads to the device failing to enumerate. (Invalid ep0 maxpacket: 64)
The correct value for USB 3.0+ is 9, where the actual max packet size is 2^bMaxPacketSize0
I hope its okay to just open issues for now, will also open an MR once I find time :)
The text was updated successfully, but these errors were encountered:
When changing the public
UsbDevice::speed
, the max packet size of ep0_in/out are not updated, which then leads to the device failing to enumerate. (Invalid ep0 maxpacket: 64
)The correct value for USB 3.0+ is 9, where the actual max packet size is 2^bMaxPacketSize0
I hope its okay to just open issues for now, will also open an MR once I find time :)
The text was updated successfully, but these errors were encountered: