From 7c5e1fd0f2a6b6feac51132f0787b7e2ed34039f Mon Sep 17 00:00:00 2001 From: Petapton Date: Thu, 19 Feb 2026 19:39:56 +0100 Subject: [PATCH] Add support for 04f3:0c9c Elan Microelectronics Corp. ELAN:ARM-M4 --- 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 f49e17d6..087fa619 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -162,6 +162,7 @@ usb:v04F3p0C8C* usb:v04F3p0C8D* usb:v04F3p0C98* usb:v04F3p0C99* +usb:v04F3p0C9C* usb:v04F3p0C9D* usb:v04F3p0C9F* usb:v04F3p0CA3* diff --git a/libfprint/drivers/elanmoc/elanmoc.c b/libfprint/drivers/elanmoc/elanmoc.c index 1b441bdc..e5b84ce2 100644 --- a/libfprint/drivers/elanmoc/elanmoc.c +++ b/libfprint/drivers/elanmoc/elanmoc.c @@ -33,6 +33,7 @@ static const FpIdEntry id_table[] = { { .vid = 0x04f3, .pid = 0x0c8d, }, { .vid = 0x04f3, .pid = 0x0c98, }, { .vid = 0x04f3, .pid = 0x0c99, }, + { .vid = 0x04f3, .pid = 0x0c9c, }, { .vid = 0x04f3, .pid = 0x0c9d, }, { .vid = 0x04f3, .pid = 0x0c9f, }, { .vid = 0x04f3, .pid = 0x0ca3, },