From 89a0d5f958c66c078d5c616d91ae4b8190d44ba7 Mon Sep 17 00:00:00 2001 From: Aris Lin Date: Sun, 7 Aug 2022 09:29:51 +0800 Subject: [PATCH] synaptics: Add new PID 0x0104 --- 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 f5578223..9dc9a380 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -197,6 +197,7 @@ usb:v06CBp0126* usb:v06CBp0129* usb:v06CBp0168* usb:v06CBp015F* +usb:v06CBp0104* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index 3f35291c..f13b820b 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -44,6 +44,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0129, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0168, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x015F, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0104, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };