]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:52 +0000 (00:42 +0200)
commitb74b700c1526ca68b937d4a95cfb49808a0d3a9d
tree5b1ed669c8d93d0868bb2e1ed81a7b481e4358d7
parent7f651023488676a0395c167186acc3930aea102c
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