mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-05 10:08:22 +02:00
goodixmoc: Add PID 0x6582
This commit is contained in:
parent
efba965b0c
commit
0eae0e8cc0
2 changed files with 3 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ usb:v27C6p63AC*
|
|||
usb:v27C6p63BC*
|
||||
usb:v27C6p63CC*
|
||||
usb:v27C6p6496*
|
||||
usb:v27C6p6582*
|
||||
usb:v27C6p6584*
|
||||
usb:v27C6p658C*
|
||||
usb:v27C6p6592*
|
||||
|
|
|
|||
|
|
@ -1374,6 +1374,7 @@ gx_fp_probe (FpDevice *device)
|
|||
case 0x63AC:
|
||||
case 0x63BC:
|
||||
case 0x63CC:
|
||||
case 0x6582:
|
||||
case 0x6A94:
|
||||
case 0x659A:
|
||||
self->max_enroll_stage = 12;
|
||||
|
|
@ -1623,6 +1624,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = 0x27c6, .pid = 0x63BC, },
|
||||
{ .vid = 0x27c6, .pid = 0x63CC, },
|
||||
{ .vid = 0x27c6, .pid = 0x6496, },
|
||||
{ .vid = 0x27c6, .pid = 0x6582, },
|
||||
{ .vid = 0x27c6, .pid = 0x6584, },
|
||||
{ .vid = 0x27c6, .pid = 0x658C, },
|
||||
{ .vid = 0x27c6, .pid = 0x6592, },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue