Add Goodix 27c6:5117 support#32
Closed
gulp wants to merge 171 commits intogoodix-fp-linux-dev:0x00002a/libfprint-sigfmfrom
Closed
Add Goodix 27c6:5117 support#32gulp wants to merge 171 commits intogoodix-fp-linux-dev:0x00002a/libfprint-sigfmfrom
gulp wants to merge 171 commits intogoodix-fp-linux-dev:0x00002a/libfprint-sigfmfrom
Conversation
Renamed goodix5110 to goodixtls, Implemented linking against OpenSSL
…o freedesktop-master
…dix5xx-api Implement goodix5xx api
Remove .vscode, adjust .gitignore
Remove .vscode, adjust .gitignore
Add workflow config
Signed-off-by: Alexander Meiler <rootd@users.noreply.github.com>
Signed-off-by: Alexander Meiler <rootd@users.noreply.github.com>
Update package generation
scan ssm wasn't completing and hence wasn't getting cleaned up
I changed my email, rather have the new one set in stone :p
- Add 5117 device ID to id_table - Update firmware version to GF_ST411SEC_APP_12109 - Enable SIGFM algorithm for low-res sensor matching - Fix score_threshold field name for sigfm branch Tested on Huawei MateBook 13 2021 with Omarchy (Arch Linux).
egormanga
reviewed
Jan 9, 2026
| { .vid = 0x1c7a, .pid = 0x0575 }, | ||
| { .vid = 0x1c7a, .pid = 0x0576 }, | ||
| { .vid = 0x27c6, .pid = 0x5042 }, | ||
| { .vid = 0x27c6, .pid = 0x5110 }, |
Author
There was a problem hiding this comment.
@egormanga This deletion was unintentional - it happened during troubleshooting to support the 0x5117 device. I don't actually need to remove 0x5110 support.
The 0x5110 device should definitely remain supported. I'll close this PR.
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.
Summary
GF_ST411SEC_APP_12109(5117 variant)Tested on
Details
The 5117 sensor is similar to 5110 but reports different firmware. Without SIGFM, the NBIS minutiae detector fails with "No minutiae found" due to the low resolution.
With these changes, enrollment and verification work correctly.