commit | 1b1d3e6461e9195f825d6d8aa6a2a0e1e3188f62 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 27 15:18:41 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:04 2012 -0700 |
tree | a6120c3afff73816064a1e4fbeed227aaad84097 | |
parent | 00f1099e09d627632b60a3a29cb1bce2339510a7 [diff] |
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>