mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-07 04:10:11 +01:00
fallback: add another debug message for tablet-mode keyboard suspend
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0b96f167ad
commit
1432a95040
1 changed files with 3 additions and 1 deletions
|
|
@ -1213,8 +1213,10 @@ fallback_keyboard_pair_tablet_mode(struct evdev_device *keyboard,
|
|||
|
||||
if (evdev_device_switch_get_state(tablet_mode_switch,
|
||||
LIBINPUT_SWITCH_TABLET_MODE)
|
||||
== LIBINPUT_SWITCH_STATE_ON)
|
||||
== LIBINPUT_SWITCH_STATE_ON) {
|
||||
evdev_log_debug(keyboard, "tablet-mode: suspending device\n");
|
||||
fallback_suspend(dispatch, keyboard);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue