mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
aes2501: Add AES2500 ID
Reported to work with Motion Computing M1400 tablet by Daniel Hazelbaker and Alex Van Deusen.
This commit is contained in:
@@ -938,7 +938,8 @@ static void dev_deinit(struct fp_img_dev *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct usb_id id_table[] = {
|
static const struct usb_id id_table[] = {
|
||||||
{ .vendor = 0x08ff, .product = 0x2580 },
|
{ .vendor = 0x08ff, .product = 0x2500 }, /* AES2500 */
|
||||||
|
{ .vendor = 0x08ff, .product = 0x2580 }, /* AES2501 */
|
||||||
{ 0, 0, 0, },
|
{ 0, 0, 0, },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user