mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-08 09:18:04 +02:00
goodixmoc: Add PID 0x609A
This commit is contained in:
parent
e71f3de786
commit
c5def9a528
2 changed files with 3 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ usb:v27C6p5840*
|
|||
usb:v27C6p6014*
|
||||
usb:v27C6p6092*
|
||||
usb:v27C6p6094*
|
||||
usb:v27C6p609A*
|
||||
usb:v27C6p609C*
|
||||
usb:v27C6p60A2*
|
||||
usb:v27C6p60A4*
|
||||
|
|
|
|||
|
|
@ -1363,6 +1363,7 @@ gx_fp_probe (FpDevice *device)
|
|||
case 0x6014:
|
||||
case 0x6092:
|
||||
case 0x6094:
|
||||
case 0x609A:
|
||||
case 0x609C:
|
||||
case 0x60BC:
|
||||
case 0x6304:
|
||||
|
|
@ -1611,6 +1612,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = 0x27c6, .pid = 0x6014, },
|
||||
{ .vid = 0x27c6, .pid = 0x6092, },
|
||||
{ .vid = 0x27c6, .pid = 0x6094, },
|
||||
{ .vid = 0x27c6, .pid = 0x609A, },
|
||||
{ .vid = 0x27c6, .pid = 0x609C, },
|
||||
{ .vid = 0x27c6, .pid = 0x60A2, },
|
||||
{ .vid = 0x27c6, .pid = 0x60A4, },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue