INPUT_GET_KEYCODE(9) Input Subsystem INPUT_GET_KEYCODE(9)NAMEinput_get_keycode - retrieve keycode currently mapped to a given scancodeSYNOPSISint input_get_keycode(struct input_dev * dev, unsigned int scancode, unsigned int * keycode);ARGUMENTSdev input device which keymap is being queried scancode scancode (or its equivalent for device in question) for which keycode is needed keycode resultDESCRIPTIONThis function should be called by anyone interested in retrieving current keymap. Presently keyboard and evdev handlers use it.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INPUT_GET_KEYCODE(9)