- update to 1.94.6+tod1:
* goodixmoc: New PIDs 0x60A4, 0x60BC, 0x6092, 0x633C and 0x6304.
* goodixmoc: Fix missing "enroll create" state.
* elanmoc: New PID 0x0C99.
* upektc: Improve compatibility with sensors 147e:2016.
* aes4000: Actually support 08FF:5501 devices.
* virtual-device-listener: Fix failing tests with GLib 2.76
* tests: Add installed tests
* Added installed TOD tests
* #526 libfprint: fpcmoc: use after free if enrollment or
identification is cancelled (Vasily Khoruzhick)
- New installed-tests is set to disabled
OBS-URL: https://build.opensuse.org/request/show/1104818
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=61
Follow up from 978668, 1.94.4 wasn't tagged for some reason, so I couldn't do this sooner:
Move to libfprint-tod fork:
This fork allows loading of external modules (typically non-free)
located in /usr/lib64/libfprint-2/tod-1/. This is neccessary for
fingerprint sensors that do on-device verifaction.
These non-free modules shall be included in Packman repositories.
OBS-URL: https://build.opensuse.org/request/show/1033844
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=59
- update to 1.94.5:
* New driver: fpcmoc, supporting various FPC MOC Fingerprint Sensors
* goodixmoc: New PIDs 0x6014, 0x6094, 0x631C, 0x634C, 0x6384, 0x659A.
* goodixmoc: Support resetting device on firmware failure due to corrupted DB.
* elanmoc: New PIDs 0x0c88, 0x0c8c, 0x0c8d.
* synaptics: New PID 0x0104.
* upektc: New PID 0x2017.
* Fixed various memory leaks
* More tests
OBS-URL: https://build.opensuse.org/request/show/1032183
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=57
- Update version to 1.92.1
* Highlights:
+ elanmoc: New driver for ELAN match-on-chip devices
+ egis0570: New driver for some Egis Technology devices
+ synaptics: Fix empty identify causing enroll issues
+ elan: Support more PIDs
+ misc: Architecture related bugfixes
- Update version to 1.92.0
* Highlights:
+ Support for SPI devices added together with the elanspi driver
+ Generate hwdb for autosuspend (which is now pulled by systemd)
+ An API was added to clear the device storage.
+ Note: Devices may not implement the "list" API anymore.
+ Device features can now be queried using a common API
* New drivers:
+ vfs7552
+ nb1010
+ elanspi
* For additional changes, see
https://gitlab.freedesktop.org/libfprint/libfprint/-/releases#v1.92.1
OBS-URL: https://build.opensuse.org/request/show/910587
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=49
- Update to version 1.90.6
* Object reference management fixes for FpPrint and identify
* Fixed issues that caused problem on non-x86 machines (#236)
* Fix building with older GLib versions
* synaptics: Support PID 00e7
* goodix: Fix issue with long USB packages
- Update to version 1.90.5
* Remove USB hub from udev autosupend rules
* synaptics: Add PID 0x00c9 which is used in some HP laptops
- Update to version 1.90.4
* Work around GUsb cancellation issue
* Redefine internal image device state machine for more robustness
* Add public finger-status reporting to FpDevice
* Rework device removal API to be convenient (#330)
* Enable powersave for unsupported USB devices
* Improvements to examples
* synaptics: Support identify operation
* synaptics: Fix possible crash when the interrupt transfer is
resubmitted
* synaptics: Add support for PIDs 0x00f9, 0x00fc and 0x00c2
* elan: Add PID 0x0c4d to supported device list
* aes3k: Fix driver and add CI test (#306)
* uru4000: Fix reference counting of image transfer
* vfs301: Fix driver and add CI test (#320)
OBS-URL: https://build.opensuse.org/request/show/861397
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=45
- update to 1.90.3:
* New goodixmoc driver supporting Goodix USB devices: 27C6:5840 27C6:6496 27C6:60A2
* Newly added support for Synaptics device: 06CB:00E9 06CB:00DF
* Fixed an issue with Synaptics devices sometimes not working at boot
* Fix issue with aes3k driver (#306)
* A patch for nbis required for some sensors was accidentally dropped in an earlier release
Users of these sensors/drivers need to re-enroll
OBS-URL: https://build.opensuse.org/request/show/837995
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=43
- Update version to 1.90.1
* Library:
* Add early report mechanism for verify and identify (API CHANGE!)
* Add support to run tests in gdb/valgrind
* Allow testing on all architectures
* Avoid image device AWAIT_FINGER_ON to deactivate state transitions
* Fix verify/identify error propagation to library user
* Correctly read image device information from class data
* Continue enroll after an image driver reported a retry error
* Change external API to allow reporting match results early
* A lot of new unit tests and integration tests have been added
* Drivers API:
* Added API for early report of matching results or retry errors
* Verify and identification completion functions have been simplified
* Support variadic arguments in error functions
* Various re-definitions of ownership handling
* Add convenience API to change state after a timeout
* Add unit tests for all the drivers API
* Drivers:
* elan: Ensure correct deactivation of device
* uru4000: Fix IRQ handler registration and internal state handling
* uru4000: Fix control transfer request type
* synaptics:
Ensure errors are only reported after finger removal
Use early report mechanism
- Enable documents build
OBS-URL: https://build.opensuse.org/request/show/785284
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=39
- Update to version 0.99.0:
+ Library:
- All the internal API for device driver writers is now covered
by the documentation and has been enhanced to make it easier
to write drivers.
- Update internal NBIS fingerprint data processing library to
one that's nearly 10 years newer.
- Re-add accessor for minutia coordinates which was used in the
very old fprint_demo program, but also by our new GTK+ test
program (see below).
- Fix a crash when too many minutiae were detected in a
capture.
+ Drivers: Support more devices in the Elan driver, stability
improvements.
+ Tools: Add a test GTK+ application that will eventually be used
for testing drivers without modifying the OS installed version.
Note that this application currently requires manually changing
permissions of USB devices, this will be fixed when the
infrastructure exists to access those devices without
additional permissions, as a normal user.
- Changes from version 0.8.2:
+ Drivers:
- Add USB ID for TNP Nano USB Fingerprint Reader.
- Fix UPEKTS enrollment never finishing on some devices.
+ Library:
- Fix fp_get_pollfds() retval type, a small ABI change
- Downgrade fatal errors to run-time warnings, as a number of
drivers used to throw silent errors and we made them fatal.
Those will now be visible warnings, hopefully helping with
fixing them.
- Changes from version 0.8.1:
+ Brown paperbag release to install the udev rules file in the
correct directory if the udev pkg-config file doesn't have a
trailing slash.
- Changes from version 0.8.0:
+ Port to meson as the build system.
+ Port documentation to gtk-doc.
+ Drivers:
- Add Elan driver
- Increase threshold to detect encryption on URU4000 devices.
- Remove already replaced UPEKE2 driver.
- Fix possible crash caused by vfs5011 when no lines were
captured.
+ Library:
- Fix a number of memory and file descriptor leaks and
warnings.
- Make NSS (and URU4000) driver optional.
- Fix assembling of frames for non-reverse and non reverse
stripes.
- Split internal private header to clarify drivers API.
- Simplify logging system, now all the builds can be used to
output debug information.
- Mark fp_dscv_print functions as deprecated.
+ Udev rules: Add some unsupported devices to the whitelist.
- Changes from version 0.7.0:
+ Drivers:
- Add VFS0050 driver.
- Fix possible crash in AES3500 and AES4000.
- Fix broken enrollment in VFS101.
- Better verification with small sensor scanners.
- Plenty of fixes in VFS5011.
- Fix memory corruption in AES1610.
- Improve calibration settings for AES1610.
- Improve image assembling in upeksonly driver.
- Autodetect whether image is encrypted in uru4k.
+ Library:
- NBIS: Remove false minutia at the edge of partial image.
- Introduce routines to assemble image from lines (used in
VFS5011 and upeksonly).
- Fix a bug that can cause driver state machine to enter into
endless loop.
+ Udev rules: Add driver name to the USB properties.
+ Plenty of build fixes.
- Switch to meson buildsystem, add meson BuildRequires and macros
following upstreams port.
- Drop automake and libtool BuildRequires, no longer needed.
- Run spec-cleaner, modernize spec, use modern macros.
- Drop libfprint-upeke2_6stage.diff and
libfprint-install_examples.patch: No longer needed, nor applies
due to upstream changes.
- Drop _service file, upstream moved to gitlab, and have unique
download urls now, so service file no longer usefull.
- Drop examples subpackage and obsolete it, follow fedoras
packaging lead here.
OBS-URL: https://build.opensuse.org/request/show/658684
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=34
- Update to version 0.5.0:
+ Drivers:
- New VFS300/VFS301 driver
- New AES2550/AES2810 drivers
- New AES1660 driver
- New AES2660 driver
- New DigitalPersona URU4500 driver
- Avoid empty capture and improve image contrast in the
AES2501 and AES2550 drivers
- Update upektc driver, add support for Eikon Touch 300
- Fix UrU4000 image capture on ARM
+ Library:
- Fix global variable collisions with libusb and other system
headers
- Fix possible crash in NBIS image processing with some
fingerprints
+ Udev rules:
- Fix power control path for newer kernels
- Move udev rules to the correct directory
- Don't print duplicated udev rules
- Include udev rules in the tarball
- Allow disabling of udev rules for cross-compiling
- Add driver names in the generated rules
OBS-URL: https://build.opensuse.org/request/show/162034
OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=22