Re: [PATCH] HID: usbhid: extend polling interval configuration to joysticks

2017-03-06 Thread Jiri Kosina
On Sat, 25 Feb 2017, Tobias Jakobi wrote: > For mouse devices we can currently change the polling interval > via usbhid.mousepoll. Implement the same thing for joysticks, so > users can reduce input latency this way. > > This has been tested with a Logitech RumblePad 2 with jspoll=2, > resulting

Re: [PATCH] HID: usbhid: extend polling interval configuration to joysticks

2017-03-06 Thread Tobias Jakobi
Jiri Kosina wrote: > On Sat, 25 Feb 2017, Tobias Jakobi wrote: > >> For mouse devices we can currently change the polling interval >> via usbhid.mousepoll. Implement the same thing for joysticks, so >> users can reduce input latency this way. >> >> This has been tested with a Logitech RumblePad 2

Re: [PATCH] HID: usbhid: extend polling interval configuration to joysticks

2017-02-28 Thread Benjamin Tissoires
On Feb 25 2017 or thereabouts, Tobias Jakobi wrote: > For mouse devices we can currently change the polling interval > via usbhid.mousepoll. Implement the same thing for joysticks, so > users can reduce input latency this way. > > This has been tested with a Logitech RumblePad 2 with jspoll=2, >

[PATCH] HID: usbhid: extend polling interval configuration to joysticks

2017-02-25 Thread Tobias Jakobi
For mouse devices we can currently change the polling interval via usbhid.mousepoll. Implement the same thing for joysticks, so users can reduce input latency this way. This has been tested with a Logitech RumblePad 2 with jspoll=2, resulting in a polling rate of 500Hz (verified with evhz).