Merge branch 'master' into 'master'

goodixmoc: add new PID 0x6890

See merge request libfprint/libfprint!577
This commit is contained in:
YooLc 2026-03-26 13:17:55 +00:00
commit b30dc67731
2 changed files with 3 additions and 0 deletions

View file

@ -235,6 +235,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 */