Navigation Menu

Skip to content

Commit

Permalink
Added 138a:0017 support
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Jan 12, 2014
1 parent 662e944 commit 1114ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libfprint/drivers/vfs5011.c
Expand Up @@ -1130,6 +1130,7 @@ static void dev_deactivate(struct fp_img_dev *dev)
static const struct usb_id id_table[] =
{
{ .vendor = 0x138a, .product = 0x0011 /* vfs5011 */ },
{ .vendor = 0x138a, .product = 0x0017 /* Validity device from Lenovo T440 laptops */ },
{ .vendor = 0x138a, .product = 0x0018 /* one more Validity device */ },
{ 0, 0, 0, },
};
Expand Down

0 comments on commit 1114ae5

Please sign in to comment.