elanmoc: add PID 0x0C99

This commit is contained in:
hermanlin
2023-07-10 11:17:27 +08:00
parent 903ee43b2d
commit d37b255a11
2 changed files with 6 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ usb:v04F3p0C82*
usb:v04F3p0C88* usb:v04F3p0C88*
usb:v04F3p0C8C* usb:v04F3p0C8C*
usb:v04F3p0C8D* usb:v04F3p0C8D*
usb:v04F3p0C99*
ID_AUTOSUSPEND=1 ID_AUTOSUSPEND=1
ID_PERSIST=0 ID_PERSIST=0

View File

@@ -31,6 +31,7 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x04f3, .pid = 0x0c88, }, { .vid = 0x04f3, .pid = 0x0c88, },
{ .vid = 0x04f3, .pid = 0x0c8c, }, { .vid = 0x04f3, .pid = 0x0c8c, },
{ .vid = 0x04f3, .pid = 0x0c8d, }, { .vid = 0x04f3, .pid = 0x0c8d, },
{ .vid = 0x04f3, .pid = 0x0c99, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
}; };
@@ -1086,6 +1087,10 @@ elanmoc_open (FpDevice *device)
self->max_moc_enroll_time = 11; self->max_moc_enroll_time = 11;
break; break;
case 0x0c99:
self->max_moc_enroll_time = 14;
break;
case 0x0c8d: case 0x0c8d:
self->max_moc_enroll_time = 17; self->max_moc_enroll_time = 17;
break; break;