From 9ca1564e2de953d8e2f8a489f4ae4f53b84b5254 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 16 Aug 2022 15:20:17 +0200 Subject: [PATCH] hwdb: Add Lenovo ThinkPad E15 fingerprint reader To the unsupported list. --- data/autosuspend.hwdb | 1 + libfprint/fprint-list-udev-hwdb.c | 1 + 2 files changed, 2 insertions(+) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index d755744e..4d9e2c46 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -337,6 +337,7 @@ usb:v27C6p538C* usb:v27C6p538D* usb:v27C6p5395* usb:v27C6p5503* +usb:v27C6p550A* usb:v27C6p5584* usb:v27C6p55A2* usb:v27C6p55A4* diff --git a/libfprint/fprint-list-udev-hwdb.c b/libfprint/fprint-list-udev-hwdb.c index 16b6d18f..3322cea6 100644 --- a/libfprint/fprint-list-udev-hwdb.c +++ b/libfprint/fprint-list-udev-hwdb.c @@ -103,6 +103,7 @@ static const FpIdEntry whitelist_id_table[] = { { .vid = 0x27c6, .pid = 0x538d }, { .vid = 0x27c6, .pid = 0x5395 }, { .vid = 0x27c6, .pid = 0x5503 }, + { .vid = 0x27c6, .pid = 0x550a }, { .vid = 0x27c6, .pid = 0x5584 }, { .vid = 0x27c6, .pid = 0x55a2 }, { .vid = 0x27c6, .pid = 0x55a4 },