From 61fa57b05dccda8ed855f66e650564e5da9acb1a Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick Date: Wed, 14 Oct 2015 10:45:15 -0700 Subject: [PATCH] aes1610: decrease bz3_threshold to 20 --- libfprint/drivers/aes1610.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/drivers/aes1610.c b/libfprint/drivers/aes1610.c index fc234d2..5661753 100644 --- a/libfprint/drivers/aes1610.c +++ b/libfprint/drivers/aes1610.c @@ -844,7 +844,7 @@ struct fp_img_driver aes1610_driver = { .img_height = -1, .img_width = IMAGE_WIDTH, - .bz3_threshold = 50, + .bz3_threshold = 20, .open = dev_init, .close = dev_deinit,