freebsd-dev/sys/dev/usb/input
Hans Petter Selasky 0ccd2fb09e Allow regular off-the-shelf keyboards to be overclocked like so-called
"Gamers Keyboards" by adding a tunable, "hw.usb.ukbd.pollrate", which
can fix the polling rate of the attached USB keyboards in the range
1..1000Hz. A similar feature already exists in the USB mouse
driver. Use with care! Might leave you without keyboard input. This
feature is only available when the USB_DEBUG option is set in the
kernel configuration file.

Correct "unit" type to "int" while at it.
2013-07-13 22:39:56 +00:00
..
atp.c Fix compiler warnings, mostly signed issues, 2012-04-02 10:50:42 +00:00
uep.c Fix compiler warnings, mostly signed issues, 2012-04-02 10:50:42 +00:00
uhid.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
ukbd.c Allow regular off-the-shelf keyboards to be overclocked like so-called 2013-07-13 22:39:56 +00:00
ums.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
usb_rdesc.h