Page 1 of 1

USB Polling

Posted: Sat Aug 15, 2020 5:24 pm
by NightShadowPT
Hi,

To enable high USB Polling (to ensure less controller lag) do I still need to do anything, or is it enabled by default in the newest cores?

Thanks

Re: USB Polling

Posted: Sat Aug 15, 2020 5:43 pm
by rhester72
If the following are not present in /media/fat/linux/u-boot.txt, add them (as one line):

usbhid.jspoll=1
xpad.cpoll=1

Re: USB Polling

Posted: Sat Aug 15, 2020 5:54 pm
by NightShadowPT
rhester72 wrote: Sat Aug 15, 2020 5:43 pm If the following are not present in /media/fat/linux/u-boot.txt, add them (as one line):

usbhid.jspoll=1
xpad.cpoll=1
Yep, it's there already.

Thanks for your quick reply.

Cheers!