aes2501: Add AES2500 ID
Reported to work with Motion Computing M1400 tablet by Daniel Hazelbaker and Alex Van Deusen.
This commit is contained in:
parent
7c83b6d825
commit
2d30e40ed7
1 changed files with 2 additions and 1 deletions
|
@ -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, },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue