mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Add documentation for fp_driver_type
This commit is contained in:
@@ -164,6 +164,13 @@ struct usb_id {
|
||||
unsigned long driver_data;
|
||||
};
|
||||
|
||||
/**
|
||||
* fp_driver_type:
|
||||
* @DRIVER_PRIMITIVE: primitive, non-imaging, driver
|
||||
* @DRIVER_IMAGING: imaging driver
|
||||
*
|
||||
* The type of device the driver supports.
|
||||
*/
|
||||
enum fp_driver_type {
|
||||
DRIVER_PRIMITIVE = 0,
|
||||
DRIVER_IMAGING = 1,
|
||||
|
||||
Reference in New Issue
Block a user