mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
uru4000: add fwenc search location for UareU4000
ticket #14 includes a device with a different firmware, this should get it up and running.
This commit is contained in:
@@ -113,7 +113,7 @@ static const struct uru4k_dev_profile {
|
|||||||
* When we find a pattern we know that the encryption byte ius the X7 byte.
|
* When we find a pattern we know that the encryption byte ius the X7 byte.
|
||||||
*/
|
*/
|
||||||
static const uint16_t fwenc_offsets[] = {
|
static const uint16_t fwenc_offsets[] = {
|
||||||
0x510, 0x62d, 0x792,
|
0x510, 0x62d, 0x792, 0x7f4,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef void (*irq_cb_fn)(struct fp_img_dev *dev, int status, uint16_t type,
|
typedef void (*irq_cb_fn)(struct fp_img_dev *dev, int status, uint16_t type,
|
||||||
|
|||||||
Reference in New Issue
Block a user