From 1a873a11de878d01d4e4d5f683127e3a83e713c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Fri, 26 Aug 2022 15:22:31 +0200 Subject: [PATCH] Added info message about disabling checking touchpad when is used Wayland --- asus_touchpad.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asus_touchpad.py b/asus_touchpad.py index 8844094..4c74755 100755 --- a/asus_touchpad.py +++ b/asus_touchpad.py @@ -1180,6 +1180,8 @@ def check_touchpad_status_endless_cycle(): check_touchpad_status() sleep(0.5) + log.info('Getting Device Enabled via xinput disabled because failed more then: \"%s\" times in row', getting_device_status_failure_count) + def check_numpad_automatical_disable_due_inactivity(): global disable_due_inactivity_time, numpad_disables_sys_numlock, last_event_time, numlock