diff --git a/libfprint/drivers/focaltech_moc/focaltech_moc.c b/libfprint/drivers/focaltech_moc/focaltech_moc.c index 8bd93e4b..23dac16f 100644 --- a/libfprint/drivers/focaltech_moc/focaltech_moc.c +++ b/libfprint/drivers/focaltech_moc/focaltech_moc.c @@ -37,6 +37,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x2808, .pid = 0x1579, }, { .vid = 0x2808, .pid = 0x077A, }, { .vid = 0x2808, .pid = 0x079A, }, + { .vid = 0x2808, .pid = 0xA97A, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };