Searched refs:codes (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/udev/ |
D | udev-builtin-keyboard.c | 23 char codes[4096]; in install_force_release() local 40 s = codes; in install_force_release() 41 l = sizeof(codes); in install_force_release() 50 log_device_debug(atkbd, "keyboard: updating force-release list with '%s'", codes); in install_force_release() 51 r = sd_device_set_sysattr_value(atkbd, "force_release", codes); in install_force_release()
|
/systemd-251/test/test-execute/ |
D | exec-condition-skip.service | 8 # exit codes [1, 254] will result in skipping the rest of execution
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 48 # Keyboard mapping of scan codes to key codes, and 49 # scan codes to add to the AT keyboard's 'force-release' list. 51 # Scan codes are specified as: 53 # The scan code should be expressed in hex lowercase. The key codes 59 # will add the scan code to the AT keyboard's list of scan codes 998 # logitech custom consumer usage-page codes. The mappings below are the most 1113 # Note this one uses non-standard codes for FN + F9 - Fn + F12?
|
D | usb.ids | 16495 0001 pid.codes Test PID 16496 0002 pid.codes Test PID 16497 0003 pid.codes Test PID 16498 0004 pid.codes Test PID 16499 0005 pid.codes Test PID 16500 0006 pid.codes Test PID 16501 0007 pid.codes Test PID 16502 0008 pid.codes Test PID 16503 0009 pid.codes Test PID 16504 000a pid.codes Test PID [all …]
|
D | 20-usb-vendor-model.hwdb | 49419 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49422 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49425 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49428 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49431 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49434 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49437 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49440 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49443 ID_MODEL_FROM_DATABASE=pid.codes Test PID 49446 ID_MODEL_FROM_DATABASE=pid.codes Test PID [all …]
|
/systemd-251/docs/ |
D | CODING_STYLE.md | 333 - Error codes are returned as negative `Exxx`. e.g. `return -EINVAL`. There are 381 that, and will not complain about ignored error codes. Hence, please use
|
D | DISCOVERABLE_PARTITIONS.md | 400 As of util-linux 2.25.2, the `fdisk` tool provides type codes to create the 404 an empty GPT, then type `l` in order for the DPS-compliant type codes to be
|
/systemd-251/ |
D | NEWS | 4665 codes to their names and back. 4726 clean exit codes), stop execution without marking the unit failed 4727 (for exit codes 1 through 254), or stop execution and fail the unit 7719 encode information about the result and exit codes of the current 10898 does not include clean and unclean exit codes or clean 12210 specific mappings of scan to key codes, and force-release 13012 * journalctl will now suppress ANSI color codes when
|