summaryrefslogtreecommitdiff
path: root/libfprint
AgeCommit message (Expand)AuthorFilesLines
2024-02-13Fix typo of libfprint in supported devices list Adam Jones1-1/+1
2024-02-13realtek: Do not initialize variables in switch casesMarco Trevisan (Treviño)1-6/+3
2024-02-13realtek: Do not leak an errorMarco Trevisan (Treviño)1-3/+2
2024-02-13libfprint/fprint-list-udev-hwdb: Update unsupported list from wikiMarco Trevisan (Treviño)1-0/+2
2024-02-13cleanup: Address some newer uncrustify syntax cleanupsMarco Trevisan (Treviño)1-0/+3
2024-02-13fp-context: use g_strv_contains instead of manual laborMarco Trevisan (Treviño)1-7/+1
2024-02-13cleanup: Use allow/deny lists instead of color based onesMarco Trevisan (Treviño)2-20/+20
2024-02-13synaptics: Add new PID 0x0124Puspendu Banerjee1-0/+1
2024-02-13fp-print: Do not check compile-time macros at runtimeMarco Trevisan (Treviño)1-11/+11
2024-02-13 focaltechmoc:Support FocalTech moc devicesxiaofei3-0/+1929
2023-11-24fp-image: Do not start thread detection task thread if already runningMarco Trevisan (Treviño)1-2/+5
2023-11-21fp-image: Simplify minutiae detection tasksMarco Trevisan (Treviño)2-75/+116
2023-11-21fp-image: Add FP_IMAGE_NONE flags definitionMarco Trevisan (Treviño)1-0/+1
2023-11-21fp-image: Remove unused ref_count flagMarco Trevisan (Treviño)1-1/+0
2023-10-27drivers: add realtek rts5813 driverhuan_huang3-0/+1442
2023-10-24synaptics: Add new PID 0x0106Aris Lin1-0/+1
2023-10-19synaptics: Add new PID 0x0173Aris Lin1-0/+1
2023-09-27libfprint/fprint-list-udev-hwdb: Update unsupported devices from wikiMarco Trevisan (Treviño)1-0/+10
2023-09-27goodixmoc: Add PID 0x6582swbgdx1-0/+2
2023-09-11synaptics: Add null check to prevent g_propagate_error assertion failureVincent Huang1-1/+2
2023-09-01synaptics: fix enroll_identify problem after user reset databaseVincent Huang2-9/+15
2023-08-17goodixmoc: Add PID 0x633C and 0x6304swbgdx1-0/+4
2023-07-10elanmoc: add PID 0x0C99hermanlin1-0/+5
2023-06-24meson: Bump requirements to 0.56 and adapt deprecated functionsMarco Trevisan (Treviño)1-2/+2
2023-06-22virtual-device: Reset transient parameters on deinitMarco Trevisan (Treviño)1-1/+7
2023-06-21goodixmoc: add PID 0x60A4Egor Ignatov1-0/+2
2023-06-21fpcmoc: Ensure the current SSM is never overwrittenhaoweilo1-1/+6
2023-03-28goodixmoc: add PID 0x60BCElytscha Smith1-0/+2
2023-03-15goodixmoc: Add PID 0x6092swbgdx1-0/+2
2023-03-15virtual-device-listener: Always return task even if we got zero bytesMarco Trevisan (Treviño)1-1/+2
2023-03-15fprint-list-supported-devices: Do not double-free usb_listMarco Trevisan (Treviño)1-2/+2
2023-01-27Fix AES4000 wrong IDs (swapped pid/vid)wagner.oliveira1-1/+1
2023-01-19goodixmoc: cleanup enroll state machineEnrik Berkhan4-23/+22
2023-01-19goodixmoc: Fix missing "enroll create" stateEnrik Berkhan1-1/+1
2023-01-17Abort initialization if unknown sensor dimensions are reportedZoltán Böszörményi1-2/+7
2023-01-17upektc_img: Fix asynchronous problem in init_read_data_cb()Zoltán Böszörményi1-4/+7
2023-01-17upektc_img: Add asserts for expected height reported by the deviceZoltán Böszörményi1-7/+12
2023-01-17upektc_img: Add finger status changesZoltán Böszörményi1-0/+9
2023-01-17upektc_img: Deduce sensor type from the information packetZoltán Böszörményi1-10/+1
2023-01-17upektc_img: Fix protocol for area sensorsToni2-7/+43
2023-01-17upektc_img: Add sensor chip detectionToni1-12/+71
2023-01-17upektc_img: Fix CRC for upek2020_init_capture.Toni1-1/+1
2023-01-10fpcmoc: fix use-after free in multiple callbacksVasily Khoruzhick1-17/+5
2023-01-08Fix indentation issues with uncrustify-0.76.0Vasily Khoruzhick9-89/+89
2022-10-13fp-image: Remove config.h inclusion in fpi-headerMarco Trevisan (Treviño)3-5/+8
2022-10-13fpi-image: Check for PIXMAN presency using #ifdefMarco Trevisan (Treviño)1-2/+2
2022-10-13fp-device: Move FpDevice private functions to public libraryMarco Trevisan (Treviño)3-30/+26
2022-10-13vfs0050: Initialize the usb transfer buffer when allocating itMarco Trevisan (Treviño)1-3/+6
2022-10-13fp-device: Do not setup current action before updating temperatureMarco Trevisan (Treviño)1-16/+16
2022-10-13fp-print: Fix a typo in documentationMarco Trevisan (Treviño)1-1/+1