mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-12-28 05:10:10 +01:00
elanmoc: add PID 0x0c88
This commit is contained in:
parent
d1fbf34fdf
commit
7899bf4240
2 changed files with 2 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ usb:v04F3p0C58*
|
|||
usb:v04F3p0C7D*
|
||||
usb:v04F3p0C7E*
|
||||
usb:v04F3p0C82*
|
||||
usb:v04F3p0C88*
|
||||
ID_AUTOSUSPEND=1
|
||||
ID_PERSIST=0
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ static const FpIdEntry id_table[] = {
|
|||
{ .vid = 0x04f3, .pid = 0x0c7d, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c7e, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c82, },
|
||||
{ .vid = 0x04f3, .pid = 0x0c88, },
|
||||
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue