From e1b6d8a46108ee8e1cb21454b0038810204883b2 Mon Sep 17 00:00:00 2001 From: herman lin Date: Mon, 10 Feb 2025 13:49:05 +0800 Subject: [PATCH] elanmoc: Add new PID 0x0C9D and 0x0CA3 --- data/autosuspend.hwdb | 2 ++ libfprint/drivers/elanmoc/elanmoc.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index 41a150c3..cd3899a3 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -159,7 +159,9 @@ usb:v04F3p0C88* usb:v04F3p0C8C* usb:v04F3p0C8D* usb:v04F3p0C99* +usb:v04F3p0C9D* usb:v04F3p0C9F* +usb:v04F3p0CA3* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/elanmoc/elanmoc.c b/libfprint/drivers/elanmoc/elanmoc.c index 42a84a62..c0e5cbcb 100644 --- a/libfprint/drivers/elanmoc/elanmoc.c +++ b/libfprint/drivers/elanmoc/elanmoc.c @@ -32,7 +32,9 @@ static const FpIdEntry id_table[] = { { .vid = 0x04f3, .pid = 0x0c8c, }, { .vid = 0x04f3, .pid = 0x0c8d, }, { .vid = 0x04f3, .pid = 0x0c99, }, + { .vid = 0x04f3, .pid = 0x0c9d, }, { .vid = 0x04f3, .pid = 0x0c9f, }, + { .vid = 0x04f3, .pid = 0x0ca3, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };