table of contents
other versions
- wheezy 3.2.78-1
INPUT_SET_KEYCODE(9) | Input Subsystem | INPUT_SET_KEYCODE(9) |
NAME¶
input_set_keycode - attribute a keycode to a given scancodeSYNOPSIS¶
int
input_set_keycode(struct input_dev * dev,
const struct input_keymap_entry * ke);
ARGUMENTS¶
devinput device which keymap is being
updated
ke
new keymap entry
DESCRIPTION¶
This function should be called by anyone needing to update current keymap. Presently keyboard and evdev handlers use it.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |