linux-surface / iptsd

Userspace daemon for Intel Precise Touch & Stylus
GNU General Public License v2.0
86 stars 39 forks source link

unit fails on suspend #162

Closed Flameopathic closed 1 month ago

Flameopathic commented 1 month ago

expected behavior

iptsd does nothing while system is suspended and returns to functionality when unsuspending

actual behavior

suspend system unit reports [warning] Input/output error repeatedly reaches 50 reports, automatically exits process and reports [error] No such device can start the unit again, functions fully until next suspend

system

NixOS w/ flakes, Surface Pro 7, using configuration from nixos-hardware. nothing custom in iptsd.conf.

StollD commented 1 month ago

nixos-hardware patches iptsd to use a broken and unsupported service file, so this is how they choose to present it to you.

You need to report this to them as they are the only ones who are able to fix it.

Flameopathic commented 1 month ago

gotchya - will take it up with them. thank you for the quick response!