From 2d30e40ed750d4ccd2a1eea6b2398bbf3275b39f Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sun, 2 Nov 2008 14:49:39 +0000 Subject: [PATCH] aes2501: Add AES2500 ID Reported to work with Motion Computing M1400 tablet by Daniel Hazelbaker and Alex Van Deusen. --- libfprint/drivers/aes2501.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libfprint/drivers/aes2501.c b/libfprint/drivers/aes2501.c index e6f3b86..d60f1f7 100644 --- a/libfprint/drivers/aes2501.c +++ b/libfprint/drivers/aes2501.c @@ -938,7 +938,8 @@ static void dev_deinit(struct fp_img_dev *dev) } static const struct usb_id id_table[] = { - { .vendor = 0x08ff, .product = 0x2580 }, + { .vendor = 0x08ff, .product = 0x2500 }, /* AES2500 */ + { .vendor = 0x08ff, .product = 0x2580 }, /* AES2501 */ { 0, 0, 0, }, };