mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-23 11:40:27 +01:00
hwdb: Add Lenovo ThinkPad E15 fingerprint reader
To the unsupported list.
This commit is contained in:
parent
fb63c39750
commit
9ca1564e2d
2 changed files with 2 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ usb:v27C6p538C*
|
|||
usb:v27C6p538D*
|
||||
usb:v27C6p5395*
|
||||
usb:v27C6p5503*
|
||||
usb:v27C6p550A*
|
||||
usb:v27C6p5584*
|
||||
usb:v27C6p55A2*
|
||||
usb:v27C6p55A4*
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@ static const FpIdEntry whitelist_id_table[] = {
|
|||
{ .vid = 0x27c6, .pid = 0x538d },
|
||||
{ .vid = 0x27c6, .pid = 0x5395 },
|
||||
{ .vid = 0x27c6, .pid = 0x5503 },
|
||||
{ .vid = 0x27c6, .pid = 0x550a },
|
||||
{ .vid = 0x27c6, .pid = 0x5584 },
|
||||
{ .vid = 0x27c6, .pid = 0x55a2 },
|
||||
{ .vid = 0x27c6, .pid = 0x55a4 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue