mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Add support for the 10a5:c844 FPC fingerprint reader as found on
recent Lenovo Yoga i9 laptops.
This commit is contained in:
committed by
Marco Trevisan
parent
1859a1e5d1
commit
51d827fc74
@@ -189,6 +189,7 @@ usb:v10A5pD805*
|
||||
usb:v10A5pD205*
|
||||
usb:v10A5p9524*
|
||||
usb:v10A5p9544*
|
||||
usb:v10A5pC844*
|
||||
ID_AUTOSUSPEND=1
|
||||
ID_PERSIST=0
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ static const FpIdEntry id_table[] = {
|
||||
{ .vid = 0x10A5, .pid = 0xD205, },
|
||||
{ .vid = 0x10A5, .pid = 0x9524, },
|
||||
{ .vid = 0x10A5, .pid = 0x9544, },
|
||||
{ .vid = 0x10A5, .pid = 0xC844, },
|
||||
/* terminating entry */
|
||||
{ .vid = 0, .pid = 0, .driver_data = 0 },
|
||||
};
|
||||
@@ -1642,6 +1643,7 @@ fpc_dev_probe (FpDevice *device)
|
||||
case 0xD205:
|
||||
case 0x9524:
|
||||
case 0x9544:
|
||||
case 0xC844:
|
||||
self->max_enroll_stage = MAX_ENROLL_SAMPLES;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user