summaryrefslogtreecommitdiffstats
path: root/drivers/input/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* input: usb keyboard: fix BACKSPACEPeter Mamonov2016-02-231-2/+2
| | | | | Signed-off-by: Peter Mamonov <pmamonov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* keymap: Add keymap for keys with shift pressedSascha Hauer2016-01-131-0/+82
| | | | | | | 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>
* keymap: Add apostrophe, backslash and homeSascha Hauer2016-01-131-3/+3
| | | | | | Add some previously undefined keys. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* keymap: Add keypad keysSascha Hauer2016-01-131-16/+16
| | | | | | Allow to use the number keypad keys. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* keymap: remove exotic and nonprintable keysSascha Hauer2016-01-131-49/+0
| | | | | | | We do not need these keys and they do not produce a usable result either. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* keymap: Fix bracesSascha Hauer2016-01-131-2/+2
| | | | | | | KEY_LEFTBRACE is the '[' key on an english keyboard and KEY_RIGHTBRACE is the ']' key. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* input: Add keycode to barebox key translation tableSascha Hauer2014-02-171-0/+136
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>