raspberry pi zero and SLOW USB HID

Hans Petter Selasky hps at selasky.org
Mon Jan 13 14:57:53 UTC 2020


Hi,

On 2020-01-13 15:39, Wojciech Puchar wrote:
>          bInterval = 0x0001

This value in the INTERRUPT endpoint descriptor is used to limit the 
response rate. I think this means 1ms limit, so max 1000 requests per 
second.

If you want to do faster, you need to use BULK!

--HPS


More information about the freebsd-hackers mailing list