hhd-dev / hhd

Handheld Daemon, a tool for configuring handheld devices.
GNU General Public License v3.0
76 stars 11 forks source link

hhd systemd service should backoff when device not found #47

Closed fishman closed 2 months ago

fishman commented 3 months ago

I have a GPD win max2 and I tend to disable it before sleep. Unfortunately hhd will just keep retrying finding the device every second until it's back. There should be a better way for it to look for the device.

antheas commented 3 months ago

What and why do you disable it?

Already, hhd will look for the device being in mouse mode and wait. This can be expanded.

The errors come because you probably disable only part of the controller device. If you disable all of it (inc. the controller) the error will disappear.

antheas commented 2 months ago

Closed due to inactivity.