mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-02 13:18:22 +02:00
goodixmoc: Add PID 0x650C
This commit is contained in:
parent
666cd0c08d
commit
fb13722629
2 changed files with 3 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ usb:v27C6p63AC*
|
|||
usb:v27C6p63BC*
|
||||
usb:v27C6p63CC*
|
||||
usb:v27C6p6496*
|
||||
usb:v27C6p650C*
|
||||
usb:v27C6p6582*
|
||||
usb:v27C6p6584*
|
||||
usb:v27C6p658C*
|
||||
|
|
|
|||
|
|
@ -1374,6 +1374,7 @@ gx_fp_probe (FpDevice *device)
|
|||
case 0x63AC:
|
||||
case 0x63BC:
|
||||
case 0x63CC:
|
||||
case 0x650C:
|
||||
case 0x6582:
|
||||
case 0x6A94:
|
||||
case 0x659A:
|
||||
|
|
@ -1624,6 +1625,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = 0x27c6, .pid = 0x63BC, },
|
||||
{ .vid = 0x27c6, .pid = 0x63CC, },
|
||||
{ .vid = 0x27c6, .pid = 0x6496, },
|
||||
{ .vid = 0x27c6, .pid = 0x650C, },
|
||||
{ .vid = 0x27c6, .pid = 0x6582, },
|
||||
{ .vid = 0x27c6, .pid = 0x6584, },
|
||||
{ .vid = 0x27c6, .pid = 0x658C, },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue