Kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter.
The default overclock is from 125 Hz to 1000 Hz. Official adapters should be able to handle this but if you experience stutter or dropped inputs you can try lowering the rate to 500 Hz.
This document by SSBM_Arte has more detailed information regarding controller overclocking.
Polling rate is set according to the bInterval
value in the USB endpoint descriptor. The value sets the polling rate in milliseconds, for example: an interval value of 4 equals 250 Hz.
You can change the rate by using the kernel parameter gcadapter_oc.rate=n
(if installed), passing the rate to insmod gcadapter_oc.ko rate=n
or going into /sys/module/gcadapter_oc/parameters
and using echo n > rate
to change the value (video).
You can get releases for Fedora, RHEL, CentOS, OpenSUSE, and OpenMandriva from my Copr.
If you wish to use this with Secure Boot, follow this guide.