-
Notifications
You must be signed in to change notification settings - Fork 93
Usb timeout fixes - better scan failure handling - prevent dbus clash with fprintd service - "--quiet" dbus option #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ixnewton
wants to merge
16
commits into
uunicorn:master
Choose a base branch
from
ixnewton:usb_timeout_fixes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d549177
refactor: move data files from /var/run to /usr/share and simplify pa…
ixnewton fbf627b
fix: improve fingerprint scanning reliability with better error handl…
ixnewton 774997a
Release 0.15
uunicorn ecfdf5a
feat: add time module import to sensor.py for timestamp functionality
ixnewton 3ee952d
feat: add systemd service management and fprintd conflict handling in…
ixnewton 4d952cd
fix: ensure proper cleanup of fingerprint scanner after capture attempts
ixnewton 9693451
refactor: standardize logging format and move data directory to /var/lib
ixnewton cc50566
Merge branch 'master' into usb_timeout_fixes
ixnewton 7385a3a
fix: add delay before flash initialization to prevent timing issues
ixnewton 9292b84
feat: add retry logic and graceful handling of busy USB device states
ixnewton 37522f7
feat: add database full handling and storage error checks during fing…
ixnewton 8c5b153
feat: implement adaptive polling and activity monitoring for fingerpr…
ixnewton 947bf4c
feat: add pause/resume configuration options with timeout settings
ixnewton 321b876
feat: improve TLS version mismatch error handling with device busy de…
ixnewton a184730
refactor: simplify fingerprint scanning with fixed timeout and keyboa…
ixnewton 7937b94
feat: switch to 5-second timeout with automatic password fallback aft…
ixnewton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,12 @@ | ||
| python-validity (0.15~ppa2) noble; urgency=medium | ||
|
|
||
| * Change all write paths to /var/run/python-validity | ||
| * Use a different partition table + signature for 0090 devices | ||
| * Docs fixes | ||
| * switch to noble | ||
|
|
||
| -- unicorn <[email protected]> Mon, 09 Jun 2025 20:19:55 +1200 | ||
|
|
||
| python-validity (0.14~ppa1) bionic; urgency=medium | ||
|
|
||
| * Retry establishing TLS on Resume in case if it was already established. | ||
|
|
||
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.