From c4654fdc85c25afdd9115bec2f95a44145ae3b94 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 28 Jul 2026 11:28:20 +0800 Subject: [PATCH] elanmoc: Add new PID 0xCB6 --- 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 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 */ };