commit | 6bca4f40a4aa35f9ce3871f7303469b036aa94b6 | [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 | b0e051d11404ac57a3f083cd202e4303cd3723bc [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>