diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index 5fb6f1b1..e0f51047 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -158,6 +158,7 @@ usb:v04F3p0C82* usb:v04F3p0C88* usb:v04F3p0C8C* usb:v04F3p0C8D* +usb:v04F3p0C98* usb:v04F3p0C99* usb:v04F3p0C9D* usb:v04F3p0C9F* diff --git a/libfprint/drivers/elanmoc/elanmoc.c b/libfprint/drivers/elanmoc/elanmoc.c index c0e5cbcb..f5ccc11a 100644 --- a/libfprint/drivers/elanmoc/elanmoc.c +++ b/libfprint/drivers/elanmoc/elanmoc.c @@ -31,6 +31,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x04f3, .pid = 0x0c88, }, { .vid = 0x04f3, .pid = 0x0c8c, }, { .vid = 0x04f3, .pid = 0x0c8d, }, + { .vid = 0x04f3, .pid = 0x0c98, }, { .vid = 0x04f3, .pid = 0x0c99, }, { .vid = 0x04f3, .pid = 0x0c9d, }, { .vid = 0x04f3, .pid = 0x0c9f, },