summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2012-10-11 15:15:53 +0000
committerTom Rini <trini@ti.com>2012-10-19 15:25:44 -0700
commit44abe47debc783396ec48d929844dcf1106b72f3 (patch)
tree65d1c568313c22e62b9805e5d0cac26e2dc92855 /include
parent59a1b72ced4f3eff6e7e26e566e6090a5e25d384 (diff)
downloadblackbird-obmc-uboot-44abe47debc783396ec48d929844dcf1106b72f3.tar.gz
blackbird-obmc-uboot-44abe47debc783396ec48d929844dcf1106b72f3.zip
input: Add ANSI 3.64 escape sequence generation.
To support Non-ASCII keys (ex, Fn, PgUp/Dn, arrow keys, ...), we need to translate key code into escape sequence. (Updated by sjg@chromium.org to move away from a function to store keycodes, so we can easily record how many were sent. We now need to return this from input_send_keycodes() so we know whether keys were generated.) Signed-off-by: Hung-Te Lin <hungte@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h
index 0f4acb27f8..e90bb0ba9c 100644
--- a/include/input.h
+++ b/include/input.h
@@ -84,6 +84,8 @@ struct stdio_dev;
* @param config Input state
* @param keycode List of key codes to examine
* @param num_keycodes Number of key codes
+ * @return number of ascii characters sent, or 0 if none, or -1 for an
+ * internal error
*/
int input_send_keycodes(struct input_config *config, int keycode[], int count);
OpenPOWER on IntegriCloud