diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index 8e0e6eab..342c6d0e 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -156,6 +156,7 @@ usb:v04F3p0C88* usb:v04F3p0C8C* usb:v04F3p0C8D* usb:v04F3p0C99* +usb:v04F3p0C9F* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/elanmoc/elanmoc.c b/libfprint/drivers/elanmoc/elanmoc.c index e86b79a2..42a84a62 100644 --- a/libfprint/drivers/elanmoc/elanmoc.c +++ b/libfprint/drivers/elanmoc/elanmoc.c @@ -32,6 +32,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x04f3, .pid = 0x0c8c, }, { .vid = 0x04f3, .pid = 0x0c8d, }, { .vid = 0x04f3, .pid = 0x0c99, }, + { .vid = 0x04f3, .pid = 0x0c9f, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };