INPUT_SET_KEYCODE(9) Input Subsystem INPUT_SET_KEYCODE(9)NAMEinput_set_keycode - assign new keycode to a given scancodeSYNOPSISint input_set_keycode(struct input_dev * dev, unsigned int scancode, unsigned int keycode);ARGUMENTSdev input device which keymap is being updated scancode scancode (or its equivalent for device in question) keycode new keycode to be assigned to the scancodeDESCRIPTIONThis function should be called by anyone needing to update current keymap. Presently keyboard and evdev handlers use it.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INPUT_SET_KEYCODE(9)