Skip to content

Commit a51011f

Browse files
authored
add suport fingerprint from FPC - Thinkpad E14 Gen 6 (#2023)
1 parent 1022734 commit a51011f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/omarchy-setup-fingerprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ print_info() {
2020
}
2121

2222
check_fingerprint_hardware() {
23-
if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan|validity'; then
23+
if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan|validity|FPC'; then
2424
print_error "\nNo fingerprint sensor detected."
2525
return 1
2626
fi

0 commit comments

Comments
 (0)