goodixmoc: add PID 0x60A4

Signed-off-by: Egor Ignatov <egori@altlinux.org>
This commit is contained in:
Egor Ignatov
2023-05-23 16:06:01 +03:00
parent c782298ae4
commit 9546659c15
2 changed files with 3 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ usb:v27C6p6092*
usb:v27C6p6094*
usb:v27C6p609C*
usb:v27C6p60A2*
usb:v27C6p60A4*
usb:v27C6p60BC*
usb:v27C6p631C*
usb:v27C6p634C*

View File

@@ -1359,6 +1359,7 @@ gx_fp_probe (FpDevice *device)
{
case 0x6496:
case 0x60A2:
case 0x60A4:
case 0x6014:
case 0x6092:
case 0x6094:
@@ -1608,6 +1609,7 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x27c6, .pid = 0x6094, },
{ .vid = 0x27c6, .pid = 0x609C, },
{ .vid = 0x27c6, .pid = 0x60A2, },
{ .vid = 0x27c6, .pid = 0x60A4, },
{ .vid = 0x27c6, .pid = 0x60BC, },
{ .vid = 0x27c6, .pid = 0x631C, },
{ .vid = 0x27c6, .pid = 0x634C, },