Lines Matching refs:scan
71 unsigned scan;
91 map.scan = scancode;
94 log_debug("keyboard: mapping scan code %d (0x%x) to key code %d (0x%x)",
95 map.scan, map.scan, map.key, map.key);
98 log_error_errno(errno, "Error calling EVIOCSKEYCODE on device node '%s' (scan code 0x%x, key code %d): %m", devnode, map.scan, map.key);
210 /* KEYBOARD_KEY_<hex scan code>=<key identifier string> */
213 log_warning("Unable to parse scan code from \"%s\"", key);
270 .help = "Keyboard scan code to key mapping",