From 0202368f1712fbcb7bec6df80718609ba18654bd Mon Sep 17 00:00:00 2001 From: herman lin Date: Thu, 8 May 2025 15:34:37 +0800 Subject: [PATCH] elanmoc: Add new PID 0x0CA8 --- 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 a1359f7..c5db2a2 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -164,6 +164,7 @@ usb:v04F3p0C99* usb:v04F3p0C9D* usb:v04F3p0C9F* usb:v04F3p0CA3* +usb:v04F3p0CA8* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/elanmoc/elanmoc.c b/libfprint/drivers/elanmoc/elanmoc.c index fe2f9fa..bcabd8f 100644 --- a/libfprint/drivers/elanmoc/elanmoc.c +++ b/libfprint/drivers/elanmoc/elanmoc.c @@ -36,6 +36,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x04f3, .pid = 0x0c9d, }, { .vid = 0x04f3, .pid = 0x0c9f, }, { .vid = 0x04f3, .pid = 0x0ca3, }, + { .vid = 0x04f3, .pid = 0x0ca8, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };