]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: kbd: Disable idle input reports when we do not need them
authorHans de Goede <hdegoede@redhat.com>
Thu, 18 Jun 2015 20:34:34 +0000 (22:34 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 19 Jun 2015 12:33:29 +0000 (14:33 +0200)
commitde451493f1b6dfcc572763be421500754bfc6b2f
tree9c7611a5d7fb184022fc7b7e4f69b96d8c0d9be0
parent7f59d16a50ca7e6d417c9408b91ab2f97eff0a36
usb: kbd: Disable idle input reports when we do not need them

When we're polling and thus handling key-repeat in software, make sure
to disable idle reports, some keyboards may have these enabled by default
messing up our software keyrepeat.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
common/usb_kbd.c