From 427139f347c576e08d6656142ba39d06c7be2b15 Mon Sep 17 00:00:00 2001 From: Aris Lin Date: Tue, 24 Oct 2023 14:56:15 +0800 Subject: [PATCH] synaptics: Add new PID 0x0106 --- 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 6f5fcf20..35abc907 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -218,6 +218,7 @@ usb:v06CBp0168* usb:v06CBp015F* usb:v06CBp0104* usb:v06CBp0173* +usb:v06CBp0106* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index c178abbb..55e4d44c 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -46,6 +46,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x015F, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0104, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0173, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0106, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };