commit | cb6a19f455aa61d1a42b16e2b1189c83930a4616 | [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 | 07ab26e1c7a811a6d70e91b698e299d218dec77e [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>