summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-12fp-device: Gracefully handle capture calls on devices with no supportlibfprint-1-90Marco Trevisan (Treviño)3-1/+40
2021-04-12device: Make verification support optionalMarco Trevisan (Treviño)2-1/+44
2021-04-12fpi-device: Add FpiDeviceFeature flags to FpDeviceClassMarco Trevisan (Treviño)12-14/+272
2021-04-12Add nb1010 driverHuan Wang8-0/+855
2021-04-11upeksonly: fix double free in usb transfer cbsMatthew Mirvish1-4/+0
2021-04-08spi-transfer: Add SPI transfer helper routinesBenjamin Berg6-0/+612
2021-04-08Add support for udev based device discoveryMatthew Mirvish9-9/+242
2021-04-06fpi-image-device: Allow overriding of enroll stagesmincrmatt122-4/+5
2021-04-01ci: Do not use verbose logging for tests, just rely on artifactsMarco Trevisan (Treviño)1-2/+2
2021-04-01device: Gracefully handle identify on devices with no supportMarco Trevisan (Treviño)2-0/+17
2021-04-01doc/libfprint-2.types: Also include fp-image-device to get image typeMarco Trevisan (Treviño)1-0/+1
2021-03-21synaptics: add new PID 0x100 and remove PID 0xE7Aris Lin2-9/+9
2021-03-17doc: Add a few missing functions to documentationBenjamin Berg1-0/+7
2021-03-17doc: Remove symbol that does not existBenjamin Berg1-1/+0
2021-03-17doc: Add .types file for signals and propertiesBenjamin Berg2-0/+8
2021-03-12Added test for vfs7552Julius Piso5-0/+5074
2021-03-12Added driver for validity vfs7552Julius Piso6-2/+4064
2021-03-12ssm: Add getter for the deviceBenjamin Berg3-0/+18
2021-03-03tests/virtual-device: Add test checking close while we're still openingMarco Trevisan (Treviño)1-0/+24
2021-03-03fpi-assemping: Do not include unneeded headers and do not use absolute search...Marco Trevisan (Treviño)1-1/+1
2021-03-03demo: Fix flatpak build after udev option renameBenjamin Berg1-1/+1
2021-03-03synaptics: Remove usb resetAris Lin1-7/+2
2021-03-03meson: Autodetect whether autosuspend rules are provided by udevBenjamin Berg3-7/+19
2021-03-03data: Add note that the unsupported device list needs a manual syncBenjamin Berg1-0/+2
2021-03-03udev-hwdb: Update list of unsupported devicesBenjamin Berg2-0/+12
2021-02-22virtual-device: Move shared functions into the internal scopeMarco Trevisan (Treviño)4-143/+143
2021-02-22virtual-image: Use explicit list of cases in which we want to listenMarco Trevisan (Treviño)1-4/+11
2021-02-05synaptics: Fix lost messages when sequence counter overflowsBenjamin Berg1-1/+1
2021-02-04goodixmoc:Add new PIDweilei2-0/+2
2021-02-02goodixmoc: support power button shield featurefengqiangguo6-279/+320
2021-01-29goodix: Consume the retry errors during verify/identify reportsMarco Trevisan (Treviño)1-2/+2
2021-01-28virtual-device: Do actual errors codes checks instead of regex checksMarco Trevisan (Treviño)1-9/+27
2021-01-28tests/virtual-device: Add enroll and verify script testMarco Trevisan (Treviño)1-0/+35
2021-01-28virtual-device: Add SET_KEEP_ALIVE command, to keep the listener upMarco Trevisan (Treviño)3-11/+64
2021-01-28virtual-device: Make possible to use a script to perform enroll operationsMarco Trevisan (Treviño)2-1/+93
2021-01-28virtual-device: Handle cancelled state gracefully in should_wait_to_sleepMarco Trevisan (Treviño)1-1/+5
2021-01-28virtual-device: Add test that open fails with a busy error if is still ongoingMarco Trevisan (Treviño)1-0/+22
2021-01-28fpi-device: Mark the device as open and notify it on idle callbackMarco Trevisan (Treviño)1-12/+15
2021-01-28virtual-device: Add test checking for early errors during dev API callsMarco Trevisan (Treviño)1-1/+116
2021-01-28fp-device: Do not try to deference potentially NULL task dataMarco Trevisan (Treviño)1-3/+3
2021-01-28virtual-device: Check properties match the gettersMarco Trevisan (Treviño)1-0/+6
2021-01-28tests/virtual-*: Check for enrolled prints propertiesMarco Trevisan (Treviño)2-0/+10
2021-01-28fp-device: Fix property getters for enroll stages and driver IDMarco Trevisan (Treviño)1-2/+2
2021-01-28virtual-device: Process supported commands on device openMarco Trevisan (Treviño)2-1/+60
2021-01-28virtual-device: Remove messages we can't process from queue when not scanningMarco Trevisan (Treviño)2-1/+11
2021-01-28virtual-device: Use python's with idiom to check GLib expected error messagesMarco Trevisan (Treviño)1-16/+28
2021-01-28virtual-device: Return an duplicated data error if trying to re-enroll a printMarco Trevisan (Treviño)2-0/+17
2021-01-28tests/virtual-device: Properly handle exceptions on enroll callbackMarco Trevisan (Treviño)1-1/+7
2021-01-28virtual-device: Emit data not found during verify/identifyMarco Trevisan (Treviño)3-26/+80
2021-01-28virtual-device-storage: Don't listed printsMarco Trevisan (Treviño)1-1/+1