From 05e9fce4ab31daba0edd7bbfa2a9df3b4b1bbdfa Mon Sep 17 00:00:00 2001 From: Michalk2003-pl Date: Sat, 16 May 2026 15:32:52 +0200 Subject: [PATCH] profiles/fprintd add fix for sleep/suspend when using Goodix Technology reader --- profiles/usb/fprint/profiles.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profiles/usb/fprint/profiles.toml b/profiles/usb/fprint/profiles.toml index 98cfe29..09c0ab5 100644 --- a/profiles/usb/fprint/profiles.toml +++ b/profiles/usb/fprint/profiles.toml @@ -24,6 +24,21 @@ priority = 5 packages = "fprintd" post_install = """ systemctl enable fprintd.service + if grep -qi '^27c6' /var/lib/chwd/ids/fprint.ids; then + tee /etc/systemd/system/fprintd-Goodix-fix.service > /dev/null <