summaryrefslogtreecommitdiffstats
path: root/include/input/keyboard.h
Commit message (Collapse)AuthorAgeFilesLines
* keymap: Add keymap for keys with shift pressedSascha Hauer2016-01-131-0/+1
| | | | | | | When converting keys to ascii for the console we also need the keymap with shift pressed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* input: Add keycode to barebox key translation tableSascha Hauer2014-02-171-0/+10
Devicetrees specify the keyboard codes for the gpio-keys driver, so add a table to translate them into something barebox can use. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>