aes2501: Add AES2500 ID

Reported to work with Motion Computing M1400 tablet by Daniel Hazelbaker
and Alex Van Deusen.
This commit is contained in:
Daniel Drake 2008-11-02 14:49:39 +00:00
parent 7c83b6d825
commit 2d30e40ed7

View file

@ -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, },
};