Skip to content

fix(fingerprint): Refactor fingerprint hardware detection to use fprintd-list#3948

Merged
dhh merged 1 commit intobasecamp:devfrom
rizkyfauziilmi:fix/fingerprint-detection
Jan 7, 2026
Merged

fix(fingerprint): Refactor fingerprint hardware detection to use fprintd-list#3948
dhh merged 1 commit intobasecamp:devfrom
rizkyfauziilmi:fix/fingerprint-detection

Conversation

@rizkyfauziilmi
Copy link
Contributor

@rizkyfauziilmi rizkyfauziilmi commented Dec 20, 2025

This PR is related to issue #3947

It updates the fingerprint hardware check to use fprintd-list for more reliable detection of available fingerprint sensors.
This improves the accuracy of identifying devices across different fprintd versions and vendors.

Alternative solution: the existing detection using lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan|validity|FPC'
could be improved by adding the vendor name of the device (e.g., "LighTuning" / "Egis") to the regex.

@dhh dhh changed the base branch from master to dev December 22, 2025 21:46
@dhh dhh merged commit 1409cd7 into basecamp:dev Jan 7, 2026
MarioC-12 pushed a commit to MarioC-12/omarchy that referenced this pull request Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants