mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-26 15:00:48 +02:00
goodixmoc: add PID 0x631C
This commit is contained in:
parent
08a90e911e
commit
3a82991586
2 changed files with 3 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ usb:v1C7Ap0603*
|
|||
usb:v27C6p5840*
|
||||
usb:v27C6p609C*
|
||||
usb:v27C6p60A2*
|
||||
usb:v27C6p631C*
|
||||
usb:v27C6p6384*
|
||||
usb:v27C6p639C*
|
||||
usb:v27C6p63AC*
|
||||
|
|
|
|||
|
|
@ -1360,6 +1360,7 @@ gx_fp_probe (FpDevice *device)
|
|||
case 0x6496:
|
||||
case 0x60A2:
|
||||
case 0x609C:
|
||||
case 0x631C:
|
||||
case 0x6384:
|
||||
case 0x639C:
|
||||
case 0x63AC:
|
||||
|
|
@ -1599,6 +1600,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = 0x27c6, .pid = 0x5840, },
|
||||
{ .vid = 0x27c6, .pid = 0x609C, },
|
||||
{ .vid = 0x27c6, .pid = 0x60A2, },
|
||||
{ .vid = 0x27c6, .pid = 0x631C, },
|
||||
{ .vid = 0x27c6, .pid = 0x6384, },
|
||||
{ .vid = 0x27c6, .pid = 0x639C, },
|
||||
{ .vid = 0x27c6, .pid = 0x63AC, },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue