Lines Matching refs:scan
75 unsigned scan;
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 code to key mapping",