Skip to content

Release 1.94.7

Marco Trevisan requested to merge 3v1n0/libfprint:release-1.94.7 into master

Preparing for new release, finally! 😄

❯ git diff v1.94.6 --stat        
 .gitlab-ci.yml                                  |   28 +-
 NEWS                                            |   19 +-
 data/autosuspend.hwdb                           |   32 +
 demo/org.freedesktop.libfprint.Demo.json        |   14 +-
 libfprint/drivers/egismoc/egismoc.c             | 1546 +++++++++++++++++++++++++++++++++++++
 libfprint/drivers/egismoc/egismoc.h             |  222 ++++++
 libfprint/drivers/elanmoc/elanmoc.c             |    4 +-
 libfprint/drivers/focaltech_moc/focaltech_moc.c | 1875 +++++++++++++++++++++++++++++++++++++++++++++
 libfprint/drivers/focaltech_moc/focaltech_moc.h |   52 ++
 libfprint/drivers/goodixmoc/goodix.c            |    2 +
 libfprint/drivers/realtek/realtek.c             | 1219 +++++++++++++++++++++++++++++
 libfprint/drivers/realtek/realtek.h             |  220 ++++++
 libfprint/drivers/synaptics/synaptics.c         |   27 +-
 libfprint/drivers/synaptics/synaptics.h         |    1 +
 libfprint/fp-context.c                          |   24 +-
 libfprint/fp-device-private.h                   |    2 +-
 libfprint/fp-image.c                            |  192 +++--
 libfprint/fp-print.c                            |   22 +-
 libfprint/fpi-compat.h                          |   30 -
 libfprint/fpi-image.h                           |    4 +-
 libfprint/fpi-ssm.c                             |    2 +-
 libfprint/fprint-list-supported-devices.c       |    2 +-
 libfprint/fprint-list-udev-hwdb.c               |   30 +-
 libfprint/meson.build                           |    6 +
 meson.build                                     |   26 +-
 tests/create-driver-test.py.in                  |    2 +-
 tests/egis0570/capture.pcapng                   |  Bin
 tests/egis0570/device                           |    2 +-
 tests/egismoc-05a1/custom.pcapng                |  Bin 0 -> 62756 bytes
 tests/egismoc-05a1/custom.py                    |  156 ++++
 tests/egismoc-05a1/device                       |  262 +++++++
 tests/egismoc/custom.pcapng                     |  Bin 0 -> 73752 bytes
 tests/egismoc/custom.py                         |  156 ++++
 tests/egismoc/device                            |  262 +++++++
 tests/focaltech_moc/custom.pcapng               |  Bin 0 -> 38864 bytes
 tests/focaltech_moc/custom.py                   |   89 +++
 tests/focaltech_moc/device                      |  385 ++++++++++
 tests/meson.build                               |   22 +-
 tests/realtek/custom.pcapng                     |  Bin 0 -> 29128 bytes
 tests/realtek/custom.py                         |  110 +++
 tests/realtek/device                            |  240 ++++++
 tests/test-fpi-assembling.c                     |    4 +-
 tests/test-generated-hwdb.sh                    |    7 +-
 43 files changed, 7106 insertions(+), 192 deletions(-)
Edited by Marco Trevisan

Merge request reports