Input: atkbd - throttle LED switching
authorDmitry Torokhov <dtor@insightbb.com>
Thu, 28 Jun 2007 04:46:56 +0000 (00:46 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 28 Jun 2007 04:46:56 +0000 (00:46 -0400)
commitda4249c99fd59c4e224e4f9acaf07669d205bb1d
treeb1b35d6fa4890f7a1119a6bc658a5827f353a02b
parent9d9d50bb2efb50594abfc3941a5504b62c514ebd
Input: atkbd - throttle LED switching

On some boxes keyboard controllers are too slow to withstand
continuous flow of requests to turn keyboard LEDs on and off
and start losing some keypresses or even all of them.

Delay executing of LED switching request if we had another one
within 50 ms thus easing load on the controller.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/atkbd.c