PS2 isn't "faster". We've had that "discussion" a zillion times over. In a nutshell, the PS/2 port is on the legacy keyboard controller, which is an 8 MHz, 8-bit, entirely PIO-driven ISA device. Yes ISA. Even in today's systems.
How that should be in any way faster than the bus-mastering, beyond-PCI bandwidth device that is the USB root hub completely escapes me.
The reason why sample rates on PS/2 are adjustable is exactly because the controller is that slow. On USB, devices can feed data to the best of their ability without making the controller trip, hence, no adjustment required.
Besides, making the mouse send motion data more often than the screen is being refreshed (which would be somewhere between 60 and 100 times a second) is utterly pointless anyway.