summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAris Lin <Aris.Lin@synaptics.com>2021-09-17 15:03:51 +0800
committerBenjamin Berg <bberg@redhat.com>2021-09-17 12:42:51 +0200
commit128d809227bbef1d3bd8e7c7e1f9b68a335db252 (patch)
tree6d4f5d8e79d5817ba6b99a05e890c3597f2d16dd
parent9356e895a21a6e03d413cabe72dafc160f00a5df (diff)
synaptics: add new PID 0x0123, 0x0126, and 0x0129
-rw-r--r--data/autosuspend.hwdb3
-rw-r--r--libfprint/drivers/synaptics/synaptics.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb
index 04cd143..2e2b591 100644
--- a/data/autosuspend.hwdb
+++ b/data/autosuspend.hwdb
@@ -169,6 +169,9 @@ usb:v06CBp00C9*
usb:v06CBp0100*
usb:v06CBp00F0*
usb:v06CBp0103*
+usb:v06CBp0123*
+usb:v06CBp0126*
+usb:v06CBp0129*
ID_AUTOSUSPEND=1
# Supported by libfprint driver upeksonly
diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c
index 16d5afd..98627ed 100644
--- a/libfprint/drivers/synaptics/synaptics.c
+++ b/libfprint/drivers/synaptics/synaptics.c
@@ -40,6 +40,9 @@ static const FpIdEntry id_table[] = {
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0100, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x00F0, },
{ .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0103, },
+ { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0123, },
+ { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0126, },
+ { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0129, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};