add suport fingerprint from FPC - Thinkpad E14 Gen 6 (#2023)

This commit is contained in:
Aislan Dener Souza Vicentini
2025-09-29 18:32:53 +02:00
committed by GitHub
parent 1022734a67
commit a51011fbb8
+1 -1
View File
@@ -20,7 +20,7 @@ print_info() {
}
check_fingerprint_hardware() {
if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan|validity'; then
if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan|validity|FPC'; then
print_error "\nNo fingerprint sensor detected."
return 1
fi