mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
uru4000: Add support for Microsoft Fingerprint Reader v2
After lot 713, Microsoft fingerprint readers changed. The new version comes with a new USB product ID and a challenge-response authentication scheme where the device challenges the authenticity of the driver. An independent third party produced documentation on the computations needed to convert a challenge into the correct response, and I then used this documentation to produce a clean-room reimplementation of the authentication scheme.
This commit is contained in:
@@ -21,6 +21,11 @@ PKG_CHECK_MODULES(LIBUSB, "libusb")
|
||||
AC_SUBST(LIBUSB_CFLAGS)
|
||||
AC_SUBST(LIBUSB_LIBS)
|
||||
|
||||
# check for OpenSSL's libcrypto
|
||||
PKG_CHECK_MODULES(CRYPTO, "libcrypto")
|
||||
AC_SUBST(CRYPTO_CFLAGS)
|
||||
AC_SUBST(CRYPTO_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(GLIB, "glib-2.0")
|
||||
AC_SUBST(GLIB_CFLAGS)
|
||||
AC_SUBST(GLIB_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user