table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
INPUT_SCANCODE_TO_SC(9) | Input Subsystem | INPUT_SCANCODE_TO_SC(9) |
NAME¶
input_scancode_to_scalar - converts scancode in struct input_keymap_entrySYNOPSIS¶
int
input_scancode_to_scalar(const struct input_keymap_entry * ke,
unsigned int * scancode);
ARGUMENTS¶
kekeymap entry containing scancode to be
converted.
scancode
pointer to the location where converted
scancode should be stored.
DESCRIPTION¶
This function is used to convert scancode stored in struct keymap_entry into scalar form understood by legacy keymap handling methods. These methods expect scancodes to be represented as 'unsigned int'.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |