mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
082b335300
v1.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 Git-EVTag-v0-SHA512: a36e4b627ffc830a78932266119b73e53921965990bd1b6cae6fd8d166b1b8e62f5a538151a74b82a2a2d83a4ab7399ed17cb2bef39441f881a38a24252e4efa
91 lines
2.9 KiB
Markdown
91 lines
2.9 KiB
Markdown
|
|
|
|
<div align="center">
|
|
|
|
# LibFPrint
|
|
|
|
*LibFPrint is part of the **[FPrint][Website]** project.*
|
|
|
|
<br/>
|
|
|
|
[![Button Website]][Website]
|
|
[![Button Documentation]][Documentation]
|
|
|
|
[![Button Supported]][Supported]
|
|
[![Button Unsupported]][Unsupported]
|
|
|
|
[![Button Contribute]][Contribute]
|
|
[![Button Contributors]][Contributors]
|
|
|
|
</div>
|
|
|
|
## TOD Informations
|
|
|
|
See https://gitlab.freedesktop.org/3v1n0/libfprint/-/blob/tod/README.tod.md
|
|
|
|
## History
|
|
|
|
**LibFPrint** was originally developed as part of an
|
|
academic project at the **[University Of Manchester]**.
|
|
|
|
It aimed to hide the differences between consumer
|
|
fingerprint scanners and provide a single uniform
|
|
API to application developers.
|
|
|
|
## Goal
|
|
|
|
The ultimate goal of the **FPrint** project is to make
|
|
fingerprint scanners widely and easily usable under
|
|
common Linux environments.
|
|
|
|
## License
|
|
|
|
`Section 6` of the license states that for compiled works that use
|
|
this library, such works must include **LibFPrint** copyright notices
|
|
alongside the copyright notices for the other parts of the work.
|
|
|
|
**LibFPrint** includes code from **NIST's** **[NBIS]** software distribution.
|
|
|
|
We include **Bozorth3** from the **[US Export Controlled]**
|
|
distribution, which we have determined to be fine
|
|
being shipped in an open source project.
|
|
|
|
<br/>
|
|
|
|
<div align="right">
|
|
|
|
[![Badge License]][License]
|
|
|
|
</div>
|
|
|
|
|
|
<!----------------------------------------------------------------------------->
|
|
|
|
[Documentation]: https://fprint.freedesktop.org/libfprint-dev/
|
|
[Contributors]: https://gitlab.freedesktop.org/libfprint/libfprint/-/graphs/master
|
|
[Unsupported]: https://gitlab.freedesktop.org/libfprint/wiki/-/wikis/Unsupported-Devices
|
|
[Supported]: https://fprint.freedesktop.org/supported-devices.html
|
|
[Website]: https://fprint.freedesktop.org/
|
|
|
|
[Contribute]: ./HACKING.md
|
|
[License]: ./COPYING
|
|
|
|
[University Of Manchester]: https://www.manchester.ac.uk/
|
|
[US Export Controlled]: https://fprint.freedesktop.org/us-export-control.html
|
|
[NBIS]: http://fingerprint.nist.gov/NBIS/index.html
|
|
|
|
|
|
<!---------------------------------[ Badges ]---------------------------------->
|
|
|
|
[Badge License]: https://img.shields.io/badge/License-LGPL2.1-015d93.svg?style=for-the-badge&labelColor=blue
|
|
|
|
|
|
<!---------------------------------[ Buttons ]--------------------------------->
|
|
|
|
[Button Documentation]: https://img.shields.io/badge/Documentation-04ACE6?style=for-the-badge&logoColor=white&logo=BookStack
|
|
[Button Contributors]: https://img.shields.io/badge/Contributors-FF4F8B?style=for-the-badge&logoColor=white&logo=ActiGraph
|
|
[Button Unsupported]: https://img.shields.io/badge/Unsupported_Devices-EF2D5E?style=for-the-badge&logoColor=white&logo=AdBlock
|
|
[Button Contribute]: https://img.shields.io/badge/Contribute-66459B?style=for-the-badge&logoColor=white&logo=Git
|
|
[Button Supported]: https://img.shields.io/badge/Supported_Devices-428813?style=for-the-badge&logoColor=white&logo=AdGuard
|
|
[Button Website]: https://img.shields.io/badge/Homepage-3B80AE?style=for-the-badge&logoColor=white&logo=freedesktopDotOrg
|