Merge branch 'master' into 'master'
elan: Add USB ID for TNP Nano USB Fingerprint Reader (04f3:0c26) See merge request libfprint/libfprint!1
This commit is contained in:
commit
80f91ecb7b
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[] = {
|
static const struct usb_id id_table[] = {
|
||||||
{.vendor = 0x04f3,.product = 0x0907},
|
{.vendor = 0x04f3,.product = 0x0907},
|
||||||
|
{.vendor = 0x04f3,.product = 0x0c26},
|
||||||
{0, 0, 0,},
|
{0, 0, 0,},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue