From 6f9479c3d55f847c1b3769f28ceb99227f9858cf Mon Sep 17 00:00:00 2001 From: Vincent Huang Date: Wed, 2 Sep 2026 15:37:34 +0800 Subject: [PATCH] synaptics: Add new PID 0x10b --- 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 0d6c3a56..104ce5e6 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -304,6 +304,7 @@ usb:v06CBp0107* usb:v06CBp0108* usb:v06CBp0109* usb:v06CBp010A* +usb:v06CBp010B* usb:v06CBp010D* usb:v06CBp010E* usb:v06CBp0123* diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index 7f61284d..c44fd82c 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -48,6 +48,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0108, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0109, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x010A, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x010B, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x010D, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x010E, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0123, },