]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
input: Separate out keyboard repeat/delay from init
authorSimon Glass <sjg@chromium.org>
Thu, 27 Sep 2012 15:18:41 +0000 (15:18 +0000)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:04 +0000 (11:54 -0700)
commit1b1d3e6461e9195f825d6d8aa6a2a0e1e3188f62
treea6120c3afff73816064a1e4fbeed227aaad84097
parent00f1099e09d627632b60a3a29cb1bce2339510a7
input: Separate out keyboard repeat/delay from init

It is inconvenient to have to specify the keyboard repeat and delay at
init time if it is not yet available, so move this into a separate
function.

Some drivers will want to do this when their keyboard init routine
is actually called.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/input/input.c
drivers/input/tegra-kbc.c
include/input.h