Felix
5fa7c91a8e
moved reset to device open
2025-12-11 13:12:21 +00:00
Felix
f6426823cc
removed unneeded checking
2025-12-11 13:12:21 +00:00
Felix
6f853d3b92
added uploading
2025-12-11 13:12:21 +00:00
Felix
21d6cd39fc
testing upload
2025-12-11 13:12:21 +00:00
Felix
5217d73ff2
prepare for frame upload
2025-12-11 13:12:21 +00:00
Felix
3c807bf0ba
compare
2025-12-11 13:12:21 +00:00
Felix
b58e7bd8a4
added saving
2025-12-11 13:12:21 +00:00
Felix
b6d770c6d6
cleanup
2025-12-11 13:12:21 +00:00
Felix
67b3640fd7
debugg
2025-12-11 13:12:21 +00:00
Felix
8dd3bd45b9
adding ec tool
2025-12-11 13:12:21 +00:00
Felix
e63031011a
cleanup
2025-12-11 13:12:21 +00:00
Felix
2ebeadea55
cleanup
2025-12-11 13:12:21 +00:00
Felix
eef82ce585
frame download
2025-12-11 13:12:21 +00:00
Felix
f5a352beb6
fixing seed
2025-12-11 13:12:21 +00:00
Felix
8541dc940d
ensure seed
2025-12-11 13:12:21 +00:00
Felix
c26083159a
seed
2025-12-11 13:12:21 +00:00
Felix
b9f1cdb868
adding download
2025-12-11 13:12:21 +00:00
Felix
c1332acfce
adding seed
2025-12-11 13:12:21 +00:00
Felix
34f748a230
test
2025-12-11 13:12:21 +00:00
Felix
894d63e8e4
adding flake
2025-12-11 13:12:21 +00:00
Abhinav Baid
266b196a92
Update min umockdev version
2025-12-11 13:12:21 +00:00
Abhinav Baid
1d323b1107
Handle idle cancellations properly
2025-12-11 13:12:21 +00:00
Abhinav Baid
4fb33550f8
Use g_unix_fd_add instead of poll
2025-12-11 13:12:21 +00:00
Abhinav Baid
6807c163dc
add a 0 delay before checking and reporting verification match status
2025-12-11 13:12:21 +00:00
Abhinav Baid
70743ef0d0
disable temperature management
2025-12-11 13:12:21 +00:00
Abhinav Baid
b62a468093
remove create-misc-driver-test.py.in
2025-12-11 13:12:21 +00:00
Abhinav Baid
ea8dbd6433
address review comments
2025-12-11 13:12:21 +00:00
Abhinav Baid
552a4fa422
use GError instead of string error_msg
2025-12-11 13:12:21 +00:00
Abhinav Baid
4a17dfffc9
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Marco Trevisan <mail@3v1n0.net>
2025-12-11 13:12:21 +00:00
Abhinav Baid
668e2e56a9
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Marco Trevisan <mail@3v1n0.net>
2025-12-11 13:12:21 +00:00
Abhinav Baid
2567d9d55f
fix scan build
2025-12-11 13:12:21 +00:00
Abhinav Baid
1b85510840
Address review comments, fix valgrind
2025-12-11 13:12:21 +00:00
Abhinav Baid
fc0b01be04
Free misc_path in fp_device_finalize
2025-12-11 13:12:21 +00:00
Abhinav Baid
4df05a8adf
Address review comment, fix valgrind warnings
2025-12-11 13:12:21 +00:00
Abhinav Baid
d5fe769a8b
uncrustify
2025-12-11 13:12:21 +00:00
Abhinav Baid
84fc9129ba
Add +crfpmoc_cmd_wait_event_fingerprint
2025-12-11 13:12:21 +00:00
Abhinav Baid
1cb49d25df
Add integration test
2025-12-11 13:12:21 +00:00
Abhinav Baid
3e410270dc
Update timeout retry logic
2025-12-11 13:12:21 +00:00
Abhinav Baid
fdc7355fbe
Add clear-storage example
2025-12-11 13:12:21 +00:00
Abhinav Baid
6872fcde27
remove crfpmoc_storage from meson.build
2025-12-11 13:12:21 +00:00
Abhinav Baid
58f4d305c8
remove crpfmoc storage functions
2025-12-11 13:12:21 +00:00
Abhinav Baid
0316675a27
handle timeouts gracefully, finger -> template
2025-12-11 13:12:21 +00:00
Abhinav Baid
0483e5cfdc
Initial commit of crfpmoc driver
2025-12-11 13:12:21 +00:00
Marco Trevisan (Treviño)
b069c78348
fpcmoc: Do not leak the interrupt cancellable
...
g_set_object adds a reference already so we need to cleanup the original
reference first if we do not want to leak it
2025-12-09 20:37:34 +01:00
Marco Trevisan (Treviño)
bd7c745b02
ci: Use rawhide for testing again
...
Reverts commit: 9141014456
2025-12-06 03:17:52 +01:00
Marco Trevisan (Treviño)
aa010b5c3b
fp-device: Clarify getter for open property
2025-12-06 03:17:52 +01:00
Marco Trevisan (Treviño)
a9c6621119
focaltech_moc: add new pid:0xA27A
2025-12-06 01:39:32 +00:00
Ryan Wong
3cd4f4d80d
Realtek: Add new ID 2541:fa03
...
This FPreader was found on Minisforum X1 Pro MiniPC, and it is
listed by lsusb as "Generic Realtek USB2.0 Finger Print Bridge".
Though the VID is not the same as the well-known "0bda", we can
confirm it's from Realtek by analyzing Windows version driver.
Signed-off-by: Ryan Wong <colorfulshark@gmail.com>
2025-12-06 01:33:10 +00:00
Himura Kazuto
3460b020e1
egismoc: support ETU905A88-E device (1c7a:0584)
2025-12-06 01:26:29 +00:00
herman lin
0202368f17
elanmoc: Add new PID 0x0CA8
2025-12-06 01:21:04 +00:00