input_set_keycode — assign new keycode to a given scancode
input device which keymap is being updated
scancode (or its equivalent for device in question)
new keycode to be assigned to the scancode
This function should be called by anyone needing to update current keymap. Presently keyboard and evdev handlers use it.