From fafe70f985e3386f3be2d1075270bc169c34b22f Mon Sep 17 00:00:00 2001 From: Toni Date: Tue, 11 Oct 2022 15:54:53 +0200 Subject: [PATCH] upektc_img: Fix CRC for upek2020_init_capture. --- libfprint/drivers/upektc_img.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/drivers/upektc_img.h b/libfprint/drivers/upektc_img.h index 3052b65..4af8ebf 100644 --- a/libfprint/drivers/upektc_img.h +++ b/libfprint/drivers/upektc_img.h @@ -75,7 +75,7 @@ static const unsigned char upek2020_init_capture[] = { 0x02, 0x00, /* Wait for acceptable finger */ 0x02, - 0x14, 0x9a /* CRC */ + 0x25, 0xa9 /* CRC */ }; #if 0