USB mouse basic question

I just tried profiling it, the report rate is 10mS. That's the normal report rate for a USB mouse.

It's possible to modify the USBHost library to get a 1mS report rate (find hidboot.h, search for 10 and replace with 1 in both places). I think that's the fastest you can get, it's a limit of the USB mouse standards.