diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index d55ed3e21..cb1a90673 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -188,6 +188,7 @@ usb:v06CBp0103* usb:v06CBp0123* usb:v06CBp0126* usb:v06CBp0129* +usb:v06CBp0168* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index 7a2c6ebed..b89989b25 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -42,6 +42,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0123, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0126, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0129, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0168, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };