mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
upeksonly: Port upeksonly driver to the new API
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -28,8 +28,8 @@
|
||||
#define IMG_WIDTH_1001 216
|
||||
|
||||
struct sonly_regwrite {
|
||||
uint8_t reg;
|
||||
uint8_t value;
|
||||
guint8 reg;
|
||||
guint8 value;
|
||||
};
|
||||
|
||||
/***** AWAIT FINGER *****/
|
||||
|
||||
Reference in New Issue
Block a user