From 3ebd2c3f9745b80d02e5724c5737ff023be04fae Mon Sep 17 00:00:00 2001 From: Aris Lin Date: Thu, 19 Oct 2023 14:25:09 +0800 Subject: [PATCH] synaptics: Add new PID 0x0173 --- 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 eb703a7..6f5fcf2 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -217,6 +217,7 @@ usb:v06CBp0129* usb:v06CBp0168* usb:v06CBp015F* usb:v06CBp0104* +usb:v06CBp0173* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index 98ef199..c178abb 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -45,6 +45,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0168, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x015F, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0104, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0173, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };