From 0209e7735e6cb6a75a78101fe4f619f73345ad4f Mon Sep 17 00:00:00 2001 From: Vincent Huang Date: Tue, 9 Jun 2026 19:57:51 +0800 Subject: [PATCH] synaptics: add new PID 0x1A4 --- data/autosuspend.hwdb | 1 + libfprint/drivers/synaptics/synaptics.c | 1 + 2 files changed, 2 insertions(+) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index fe682714..55b5cb4c 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -287,6 +287,7 @@ usb:v06CBp0174* usb:v06CBp019D* usb:v06CBp019F* usb:v06CBp01A0* +usb:v06CBp01A4* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index 0d918053..53de7e91 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -61,6 +61,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x019D, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x019F, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x01A0, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x01A4, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };