mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Add VFS0050 driver
New driver for 138a:0050 device https://bugs.freedesktop.org/show_bug.cgi?id=91616
This commit is contained in:
committed by
Vasily Khoruzhick
parent
76269decdd
commit
49a46668ad
@@ -305,6 +305,9 @@ extern struct fp_img_driver upektc_img_driver;
|
||||
#ifdef ENABLE_ETES603
|
||||
extern struct fp_img_driver etes603_driver;
|
||||
#endif
|
||||
#ifdef ENABLE_VFS0050
|
||||
extern struct fp_img_driver vfs0050_driver;
|
||||
#endif
|
||||
|
||||
extern libusb_context *fpi_usb_ctx;
|
||||
extern GSList *opened_devices;
|
||||
|
||||
Reference in New Issue
Block a user