mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Tag fingerprint devices in HAL
Tag all the fprint supported devices in HAL. Patch from myself and Timo Hoenig <thoenig@suse.de>.
This commit is contained in:
committed by
Daniel Drake
parent
7672c43cea
commit
7c83b6d825
@@ -91,6 +91,8 @@ enum fp_dev_state {
|
||||
DEV_STATE_IDENTIFY_STOPPING,
|
||||
};
|
||||
|
||||
struct fp_driver **fprint_get_drivers (void);
|
||||
|
||||
struct fp_dev {
|
||||
struct fp_driver *drv;
|
||||
libusb_device_handle *udev;
|
||||
|
||||
Reference in New Issue
Block a user