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:
parent
6f6127cbb6
commit
6cb77465ab
1 changed files with 1 additions and 0 deletions
|
@ -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,},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue