From 041e6a1078c78cfeced5c21e127d02cae80b1740 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 12 Dec 2017 08:41:55 +0100 Subject: [PATCH] fprint-list-udev-rules: Add some unsupported Elantech readers to the whitelist --- libfprint/fprint-list-udev-rules.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c index 025686e..b5a756c 100644 --- a/libfprint/fprint-list-udev-rules.c +++ b/libfprint/fprint-list-udev-rules.c @@ -24,6 +24,10 @@ #include "fp_internal.h" static const struct usb_id whitelist_id_table[] = { + /* Unsupported (for now) Elantech finger print readers */ + { .vendor = 0x04f3, .product = 0x0c03 }, + { .vendor = 0x04f3, .product = 0x0c16 }, + { .vendor = 0x04f3, .product = 0x0c26 }, { 0, 0, 0, }, };