goodixmoc: Add PID 0x6092

This commit is contained in:
swbgdx
2022-12-27 14:56:52 +08:00
committed by Marco Trevisan
parent 9fd2ccff29
commit 6ed1b707d5
2 changed files with 3 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ usb:v10A5pD205*
# Supported by libfprint driver goodixmoc
usb:v27C6p5840*
usb:v27C6p6014*
usb:v27C6p6092*
usb:v27C6p6094*
usb:v27C6p609C*
usb:v27C6p60A2*

View File

@@ -1360,6 +1360,7 @@ gx_fp_probe (FpDevice *device)
case 0x6496:
case 0x60A2:
case 0x6014:
case 0x6092:
case 0x6094:
case 0x609C:
case 0x631C:
@@ -1602,6 +1603,7 @@ fpi_device_goodixmoc_init (FpiDeviceGoodixMoc *self)
static const FpIdEntry id_table[] = {
{ .vid = 0x27c6, .pid = 0x5840, },
{ .vid = 0x27c6, .pid = 0x6014, },
{ .vid = 0x27c6, .pid = 0x6092, },
{ .vid = 0x27c6, .pid = 0x6094, },
{ .vid = 0x27c6, .pid = 0x609C, },
{ .vid = 0x27c6, .pid = 0x60A2, },