commit | e5f330c482034b84f4c7ae2b8f3465f3c9863fb7 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Nov 12 05:33:04 2015 -0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:42 2015 -0700 |
tree | 6c7abe4378b0aa130eee14c71038c06684eec12b | |
parent | 377a06964370bd887ec15f77f3e4e179c27fe8b9 [diff] |
input: Ban digit numbers if 'Num Lock' is not on When 'Num Lock' is not on, we should not send these digit numbers (0-9 and dot) to the output buffer. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>