From 7899bf4240819a28f3e29bd40d4e36aa432343b6 Mon Sep 17 00:00:00 2001 From: ArronYen Date: Mon, 20 Jun 2022 14:03:05 +0800 Subject: [PATCH] elanmoc: add PID 0x0c88 --- data/autosuspend.hwdb | 1 + libfprint/drivers/elanmoc/elanmoc.c | 1 + 2 files changed, 2 insertions(+) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index 6e3fd396..52125630 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -146,6 +146,7 @@ usb:v04F3p0C58* usb:v04F3p0C7D* usb:v04F3p0C7E* usb:v04F3p0C82* +usb:v04F3p0C88* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/elanmoc/elanmoc.c b/libfprint/drivers/elanmoc/elanmoc.c index 3185ee7a..ad23e93e 100644 --- a/libfprint/drivers/elanmoc/elanmoc.c +++ b/libfprint/drivers/elanmoc/elanmoc.c @@ -28,6 +28,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x04f3, .pid = 0x0c7d, }, { .vid = 0x04f3, .pid = 0x0c7e, }, { .vid = 0x04f3, .pid = 0x0c82, }, + { .vid = 0x04f3, .pid = 0x0c88, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };