From d6d4e56ccffc8e0b704f4778058f677ad17c2439 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Thu, 20 Mar 2008 13:34:48 +0000 Subject: [PATCH] uru4000: add fwenc search location for UareU4000 ticket #14 includes a device with a different firmware, this should get it up and running. --- libfprint/drivers/uru4000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/drivers/uru4000.c b/libfprint/drivers/uru4000.c index e4825e98..bcaa0256 100644 --- a/libfprint/drivers/uru4000.c +++ b/libfprint/drivers/uru4000.c @@ -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. */ 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,