goodix: Add support for PID 0x60C2

Patch by Sergey Kokorin

Closes: #646
This commit is contained in:
Marco Trevisan (Treviño)
2025-02-13 22:58:04 +01:00
committed by Marco Trevisan
parent 559c18785b
commit 7d9638bc43
2 changed files with 3 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ usb:v27C6p609C*
usb:v27C6p60A2*
usb:v27C6p60A4*
usb:v27C6p60BC*
usb:v27C6p60C2*
usb:v27C6p6304*
usb:v27C6p631C*
usb:v27C6p633C*

View File

@@ -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, },