mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
@@ -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,},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user