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, },