mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Basic device discovery infrastructure
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <usb.h>
|
||||
|
||||
#include <fprint.h>
|
||||
|
||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(*a))
|
||||
|
||||
struct usb_id {
|
||||
@@ -38,5 +42,10 @@ struct fp_driver {
|
||||
|
||||
extern const struct fp_driver upekts_driver;
|
||||
|
||||
struct fp_dscv_dev {
|
||||
struct usb_device *udev;
|
||||
const struct fp_driver *drv;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user