From 0c7211329ec1c5ecad185aac9fdb8cc762c6cf75 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Fri, 3 Jan 2025 05:00:56 +0000 Subject: [PATCH] synaptics: add new PID 0x0174 Found and tested on HP Omnibook Ultra Flip --- 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 cd3899a3..5fb6f1b1 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -256,6 +256,7 @@ usb:v06CBp0129* usb:v06CBp015F* usb:v06CBp0168* usb:v06CBp0173* +usb:v06CBp0174* usb:v06CBp019D* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index 1d76efbe..e43ca3b2 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -52,6 +52,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x015F, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0168, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0173, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0174, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x019D, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };