Searched refs:buttons (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/login/ |
D | logind-core.c | 236 b = hashmap_get(m->buttons, name); in manager_add_button() 329 b = hashmap_get(m->buttons, sysname); in manager_process_button_device() 562 HASHMAP_FOREACH(b, m->buttons) in manager_is_lid_closed() 572 HASHMAP_FOREACH(b, m->buttons) in manager_is_docked()
|
D | logind.c | 67 m->buttons = hashmap_new(&string_hash_ops); in manager_new() 72 …sessions || !m->sessions_by_leader || !m->users || !m->inhibitors || !m->buttons || !m->user_units… in manager_new() 121 while ((b = hashmap_first(m->buttons))) in manager_unref() 130 hashmap_free(m->buttons); in manager_unref() 1122 HASHMAP_FOREACH(button, m->buttons) in manager_startup()
|
D | logind-button.c | 46 if (hashmap_put(m->buttons, b->name, b) < 0) { in button_new() 60 hashmap_remove(b->manager->buttons, b->name); in button_free()
|
D | logind.h | 35 Hashmap *buttons; member
|
/systemd-251/rules.d/ |
D | 70-uaccess.rules.in | 91 # Most of these devices use HID for the knobs, faders, buttons, encoders, and jog wheels.
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 180 KEYBOARD_KEY_6c=screenlock # FIXME: lock tablet device/buttons 234 evdev:name:Asus Laptop extra buttons:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:* 918 evdev:name:Ideapad extra buttons:dmi:bvn*:bvr*:bd*:svnLENOVO*:pn*:* 943 KEYBOARD_KEY_62=unknown # Touchpad on, also emitted by "Ideapad extra buttons", ignore 944 KEYBOARD_KEY_63=unknown # Touchpad off, also emitted by "Ideapad extra buttons", ignore 1081 # We ignore the scroll up / down keypress events since these buttons also 1084 # cleared then the scroll-wheel events for these buttons go away and then 1514 # labels on the keys/buttons (or standard icons on the buttons
|
D | usb.ids | 1005 0034 109 Japanese Keyboard with One-touch start buttons 1006 003f Wireless Keyboard with One-touch start buttons 1009 004f Wireless Keyboard with One-touch start buttons 1019 0094 Japanese Keyboard with One-touch start buttons
|
D | 20-usb-vendor-model.hwdb | 2952 ID_MODEL_FROM_DATABASE=109 Japanese Keyboard with One-touch start buttons 2955 ID_MODEL_FROM_DATABASE=Wireless Keyboard with One-touch start buttons 2964 ID_MODEL_FROM_DATABASE=Wireless Keyboard with One-touch start buttons 2994 ID_MODEL_FROM_DATABASE=Japanese Keyboard with One-touch start buttons
|
/systemd-251/ |
D | NEWS | 2965 devices for "Reboot" buttons. Accordingly, systemd-logind will now
|