From d35da0ce99c11bf43d06c2400f9fec6580814919 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Tue, 12 Dec 2017 08:41:56 +0100
Subject: [PATCH] fprint-list-udev-rules: Add some unsupported Validity Sensors
 readers to the whitelist

---
 libfprint/fprint-list-udev-rules.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c
index b5a756c..f78ede1 100644
--- a/libfprint/fprint-list-udev-rules.c
+++ b/libfprint/fprint-list-udev-rules.c
@@ -28,6 +28,11 @@ static const struct usb_id whitelist_id_table[] = {
     { .vendor = 0x04f3, .product = 0x0c03 },
     { .vendor = 0x04f3, .product = 0x0c16 },
     { .vendor = 0x04f3, .product = 0x0c26 },
+    /* Unsupported (for now) Validity Sensors finger print readers */
+    { .vendor = 0x138a, .product = 0x0090 }, /* Found on e.g. Lenovo T460s */
+    { .vendor = 0x138a, .product = 0x0091 },
+    { .vendor = 0x138a, .product = 0x0094 },
+    { .vendor = 0x138a, .product = 0x0097 }, /* Found on e.g. Lenovo T470s */
     { 0, 0, 0, },
 };