mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-21 23:28:26 +02:00
Add support for 04f3:0c9c Elan Microelectronics Corp. ELAN:ARM-M4
This commit is contained in:
parent
4e92d67048
commit
2bdc2b7ca6
2 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ usb:v04F3p0C8C*
|
|||
usb:v04F3p0C8D*
|
||||
usb:v04F3p0C98*
|
||||
usb:v04F3p0C99*
|
||||
usb:v04F3p0C9C*
|
||||
usb:v04F3p0C9D*
|
||||
usb:v04F3p0C9F*
|
||||
usb:v04F3p0CA3*
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = 0x04f3, .pid = 0x0c8d, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c98, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c99, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c9c, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c9d, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c9f, },
|
||||
{ .vid = 0x04f3, .pid = 0x0ca3, },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue