mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-07 21:50:19 +01:00
goodix: Add support for PID 0x60C2
Patch by Sergey Kokorin Closes: #646
This commit is contained in:
parent
559c18785b
commit
7d9638bc43
2 changed files with 3 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ usb:v27C6p609C*
|
|||
usb:v27C6p60A2*
|
||||
usb:v27C6p60A4*
|
||||
usb:v27C6p60BC*
|
||||
usb:v27C6p60C2*
|
||||
usb:v27C6p6304*
|
||||
usb:v27C6p631C*
|
||||
usb:v27C6p633C*
|
||||
|
|
|
|||
|
|
@ -1366,6 +1366,7 @@ gx_fp_probe (FpDevice *device)
|
|||
case 0x609A:
|
||||
case 0x609C:
|
||||
case 0x60BC:
|
||||
case 0x60C2:
|
||||
case 0x6304:
|
||||
case 0x631C:
|
||||
case 0x633C:
|
||||
|
|
@ -1618,6 +1619,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = 0x27c6, .pid = 0x60A2, },
|
||||
{ .vid = 0x27c6, .pid = 0x60A4, },
|
||||
{ .vid = 0x27c6, .pid = 0x60BC, },
|
||||
{ .vid = 0x27c6, .pid = 0x60C2, },
|
||||
{ .vid = 0x27c6, .pid = 0x6304, },
|
||||
{ .vid = 0x27c6, .pid = 0x631C, },
|
||||
{ .vid = 0x27c6, .pid = 0x633C, },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue