Skip to content

Commit

Permalink
Added info message about disabling checking touchpad when is used Way…
Browse files Browse the repository at this point in the history
…land
  • Loading branch information
ldrahnik committed Aug 26, 2022
1 parent 2b07839 commit 1a873a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asus_touchpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a873a1

Please sign in to comment.