Searched defs:scan (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-keyboard.c75 unsigned scan; member in struct:__anon330
95 map.scan = scancode;
98 log_debug("keyboard: mapping scan code %d (0x%x) to key code %d (0x%x)",
99 map.scan, map.scan, map.key, map.key);
102 log_error_errno(errno, "Error calling EVIOCSKEYCODE on device node '%s' (scan code 0x%x, key code %d): %m", devnode, map.scan, map.key);
217 /* KEYBOARD_KEY_<hex scan code>=<key identifier string> */
220 log_warning("Unable to parse scan code from \"%s\"", key);
276 .help = "Keyboard scan cod
[all...]

Completed in 556 milliseconds