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 <