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

_______________________________________________
fprint mailing list
fprint@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/fprint

Reply via email to