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

This commit is contained in:
Aislan Dener Souza Vicentini
2025-09-29 13:32:53 -03:00
committed by GitHub
parent 1022734a67
commit a51011fbb8

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