mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Use fp_dev to access USB device
Instead of having own own pointer in fp_img_dev
This commit is contained in:
@@ -139,7 +139,6 @@ enum fp_imgdev_verify_state {
|
||||
};
|
||||
|
||||
struct fp_img_dev {
|
||||
libusb_device_handle *udev;
|
||||
struct fp_dev *parent;
|
||||
|
||||
enum fp_imgdev_action action;
|
||||
|
||||
Reference in New Issue
Block a user