-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Backport joystick polling rate commandline option #2036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@pelwell I've tested and 4.12 patch applies without much grief. Any objections? |
Go ahead - it looks safe. |
Added: 3db4135 |
Thanks for the backport! When can we expect the next rpi-update with this? |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this issue
May 26, 2017
kernel: dwc_otg: make periodic scheduling behave properly for FS buses See: raspberrypi/linux#2020 kernel: HID: usbhid: extend polling interval configuration to joysticks See: raspberrypi/linux#2036 kernel: clk: bcm2835: Minimise clock jitter for PCM clock See: raspberrypi/linux#2016 kernel: Add mpu6050 device tree overlay See: raspberrypi/linux#2031 kernel: config: Add CONFIG_IPV6_SIT_6RD See: raspberrypi/linux#1598 kernel: config: Add CONFIG_IPV6_ROUTE_INFO See: raspberrypi/linux#1957
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this issue
May 26, 2017
kernel: dwc_otg: make periodic scheduling behave properly for FS buses See: raspberrypi/linux#2020 kernel: HID: usbhid: extend polling interval configuration to joysticks See: raspberrypi/linux#2036 kernel: clk: bcm2835: Minimise clock jitter for PCM clock See: raspberrypi/linux#2016 kernel: Add mpu6050 device tree overlay See: raspberrypi/linux#2031 kernel: config: Add CONFIG_IPV6_SIT_6RD See: raspberrypi/linux#1598 kernel: config: Add CONFIG_IPV6_ROUTE_INFO See: raspberrypi/linux#1957
Should be in latest rpi-update kernel. Please test and close if happy. |
Works great, 500Hz according to evhz! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have found that, at last, the polling rate will be configurable for USB joysticks in 4.12 kernel:
https://patchwork.kernel.org/patch/9591909/
It seems to have been merged upstream, so, could that be backported to Pi's current kernel? It will be some time until we are at 4.12 as default, and the feature is interesting enough.
Also, it's a very simple patch really.
Thanks
The text was updated successfully, but these errors were encountered: