diff options
author | Filip Alac <filipalac@gmail.com> | 2018-03-21 17:28:25 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-23 14:48:37 +0100 |
commit | 2ddc8e2d2b5902b376fee51585c8eed72b8836e7 (patch) | |
tree | b1b77a503fb105b998b5999ea21c9af10aba24ed /Documentation/admin-guide | |
parent | HID: core: rewrite the hid-generic automatic unbind (diff) | |
download | linux-2ddc8e2d2b5902b376fee51585c8eed72b8836e7.tar.xz linux-2ddc8e2d2b5902b376fee51585c8eed72b8836e7.zip |
HID: usbhid: extend the polling interval configuration to keyboards
For mouse and joystick devices user can change the polling interval
via usbhid.mousepoll and usbhid.jspoll.
Implement the same thing for keyboards, so user can
reduce(or increase) input latency this way.
This has been tested with a Cooler Master Devastator with
kbpoll=32, resulting in delay between events of 32 ms(values were taken
from evtest).
Signed-off-by: Filip Alac <filipalac@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index b98048b56ada..e0d825206681 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -4352,6 +4352,9 @@ usbhid.jspoll= [USBHID] The interval which joysticks are to be polled at. + usbhid.kbpoll= + [USBHID] The interval which keyboards are to be polled at. + usb-storage.delay_use= [UMS] The delay in seconds before a new device is scanned for Logical Units (default 1). |