elan: Add USB ID for TNP Nano USB Fingerprint Reader (04f3:0c26)

The device works without any additional changes to the driver.

https://www.amazon.co.uk/gp/product/B075955HY7/
This commit is contained in:
Corentin Noël 2018-06-13 16:39:43 +01:00
parent 6f6127cbb6
commit 6cb77465ab

View file

@ -603,6 +603,7 @@ static void dev_deactivate(struct fp_img_dev *dev)
static const struct usb_id id_table[] = {
{.vendor = 0x04f3,.product = 0x0907},
{.vendor = 0x04f3,.product = 0x0c26},
{0, 0, 0,},
};