goodixmoc: Add support for 0x27C6:0x6090

Signed-off-by: lichenggang <lichenggang@uniontech.com>
This commit is contained in:
lichenggang
2026-04-14 13:43:46 +08:00
parent 3ce79986cf
commit d79f157282
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1417,6 +1417,7 @@ gx_fp_probe (FpDevice *device)
case 0x60A2:
case 0x60A4:
case 0x6014:
case 0x6090:
case 0x6092:
case 0x6094:
case 0x609A:
@@ -1667,6 +1668,7 @@ fpi_device_goodixmoc_init (FpiDeviceGoodixMoc *self)
static const FpIdEntry id_table[] = {
{ .vid = 0x27c6, .pid = 0x5840, },
{ .vid = 0x27c6, .pid = 0x6014, },
{ .vid = 0x27c6, .pid = 0x6090, },
{ .vid = 0x27c6, .pid = 0x6092, },
{ .vid = 0x27c6, .pid = 0x6094, },
{ .vid = 0x27c6, .pid = 0x609A, },