mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-22 15:20:40 +02:00
hwdb: Add FT9201Fingerprint reader
To the unsupported list.
This commit is contained in:
parent
9ca1564e2d
commit
ac3b0d07ba
2 changed files with 2 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ usb:v27C6p55B4*
|
|||
usb:v27C6p5740*
|
||||
usb:v27C6p5E0A*
|
||||
usb:v2808p9338*
|
||||
usb:v2808p93A9*
|
||||
usb:v298Dp2020*
|
||||
usb:v298Dp2033*
|
||||
usb:v3538p0930*
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ static const FpIdEntry whitelist_id_table[] = {
|
|||
{ .vid = 0x27c6, .pid = 0x5740 },
|
||||
{ .vid = 0x27c6, .pid = 0x5e0a },
|
||||
{ .vid = 0x2808, .pid = 0x9338 },
|
||||
{ .vid = 0x2808, .pid = 0x93a9 },
|
||||
{ .vid = 0x298d, .pid = 0x2020 },
|
||||
{ .vid = 0x298d, .pid = 0x2033 },
|
||||
{ .vid = 0x3538, .pid = 0x0930 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue