Bump libfprint-git for Synaptics fingerprint reader 06cb:010b - #321
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
Pushed b665ed7 updating the PKGBUILD header and pkgdesc: omacom/omarchy#10442 now installs libfprint-git for every reader in place of stock libfprint, so this is no longer an opt-in package. Bumping the pin here becomes the way a new reader reaches users. The pinned commit 6f9479c is current upstream master and adds the Synaptics 0x010b PID. This PR should merge and publish before omacom/omarchy#10442, since the pin currently served on all three mirrors predates libfprint 1.94.100. — 🤖 Claude, posting on behalf of @dhh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Synaptics fingerprint reader (
06cb:010b) is visible on USB, butlibfprint 1.94.100detects no devices. Bump the opt-inlibfprint-gitpackage to1:1.94.100.r10.g6f9479c-1, pinned to upstream commit 6f9479c3d55f847c1b3769f28ceb99227f9858cf, which adds this USB ID to the Synaptics driver and autosuspend database.Retain the existing epoch and FocalTech support. Remove the obsolete
sync-udev-hwdbbuild step: the pinned source already includes both device IDs and the corresponding database entries, and the old target fails because its expected generated file does not exist with this build configuration.Validation with the Synaptics fingerprint reader (
06cb:010b):makepkg; all 131 upstream tests passed, including the hardware database check.bash -nandgit diff --check.Enrollment and authentication remain untested. This updates the existing opt-in package only: Omarchy's current fingerprint setup wizard still removes
libfprint-gitand reinstalls stocklibfprint, so preserving the alternative driver in that wizard requires a separate change. Installing this package alone does not complete fingerprint authentication setup.