goodixmoc:Add pid 0x65BA, 0x6515, 0x66AC, 0x660A

This commit is contained in:
jialei
2026-08-17 18:23:35 +08:00
parent c4654fdc85
commit 83346fc8bc
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -254,6 +254,10 @@ usb:v27C6p6890*
usb:v27C6p689A*
usb:v27C6p66A9*
usb:v27C6p6984*
usb:v27C6p65BA*
usb:v27C6p6515*
usb:v27C6p66AC*
usb:v27C6p660A*
ID_AUTOSUSPEND=1
ID_PERSIST=0
+9
View File
@@ -1423,9 +1423,14 @@ gx_fp_probe (FpDevice *device)
case 0x659A:
case 0x6890:
case 0x6984:
case 0x65BA:
self->max_enroll_stage = 12;
break;
case 0x6515:
self->max_enroll_stage = 17;
break;
default:
self->max_enroll_stage = DEFAULT_ENROLL_SAMPLES;
break;
@@ -1688,6 +1693,10 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x27c6, .pid = 0x689A, },
{ .vid = 0x27c6, .pid = 0x66A9, },
{ .vid = 0x27c6, .pid = 0x6984, },
{ .vid = 0x27c6, .pid = 0x65BA, },
{ .vid = 0x27c6, .pid = 0x6515, },
{ .vid = 0x27c6, .pid = 0x66AC, },
{ .vid = 0x27c6, .pid = 0x660A, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};