diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index ef81674b..f75ae953 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -244,6 +244,7 @@ usb:v06CBp0104* usb:v06CBp0173* usb:v06CBp0106* usb:v06CBp019D* +usb:v06CBp00C6* ID_AUTOSUSPEND=1 ID_PERSIST=0 diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c index 7b7bf73b..a8214e45 100644 --- a/libfprint/drivers/synaptics/synaptics.c +++ b/libfprint/drivers/synaptics/synaptics.c @@ -49,6 +49,7 @@ static const FpIdEntry id_table[] = { { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0173, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x0106, }, { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x019D, }, + { .vid = SYNAPTICS_VENDOR_ID, .pid = 0x00C6, }, { .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */ };