diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index dcf2d113..5482fc95 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -176,6 +176,7 @@ usb:v04F3p0CA7* usb:v04F3p0CA8* usb:v04F3p0CB0* usb:v04F3p0CB2* +usb:v04F3p0CB6* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/elanmoc/elanmoc.c b/libfprint/drivers/elanmoc/elanmoc.c index 4058aa03..23bd901a 100644 --- a/libfprint/drivers/elanmoc/elanmoc.c +++ b/libfprint/drivers/elanmoc/elanmoc.c @@ -41,6 +41,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x04f3, .pid = 0x0ca8, }, { .vid = 0x04f3, .pid = 0x0cb0, }, { .vid = 0x04f3, .pid = 0x0cb2, }, + { .vid = 0x04f3, .pid = 0x0cb6, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };