goodixmoc: add new PID 0x6890

This commit is contained in:
YooLc
2026-03-26 21:08:12 +08:00
committed by Marco Trevisan
parent d8641635c5
commit 3ce79986cf
2 changed files with 3 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ usb:v27C6p659A*
usb:v27C6p659C*
usb:v27C6p6A94*
usb:v27C6p6512*
usb:v27C6p6890*
usb:v27C6p689A*
usb:v27C6p66A9*
ID_AUTOSUSPEND=1

View File

@@ -1437,6 +1437,7 @@ gx_fp_probe (FpDevice *device)
case 0x6582:
case 0x6A94:
case 0x659A:
case 0x6890:
self->max_enroll_stage = 12;
break;
@@ -1695,6 +1696,7 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x27c6, .pid = 0x659C, },
{ .vid = 0x27c6, .pid = 0x6A94, },
{ .vid = 0x27c6, .pid = 0x6512, },
{ .vid = 0x27c6, .pid = 0x6890, },
{ .vid = 0x27c6, .pid = 0x689A, },
{ .vid = 0x27c6, .pid = 0x66A9, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */