[fprint] [PATCH 1/3] fprint-list-udev-rules: Remove white-list entries which have a driver now

Hans de Goede hdegoede at redhat.com
Tue Dec 12 07:41:54 UTC 2017


Remove 2 entries from the whitelist for finger-print models for which
we have a driver now, so they no longer need to be on the whitelist.
---
 libfprint/fprint-list-udev-rules.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c
index b8fbd4c..025686e 100644
--- a/libfprint/fprint-list-udev-rules.c
+++ b/libfprint/fprint-list-udev-rules.c
@@ -24,9 +24,6 @@
 #include "fp_internal.h"
 
 static const struct usb_id whitelist_id_table[] = {
-    { .vendor = 0x08ff, .product = 0x2810 },
-    /* https://bugzilla.redhat.com/show_bug.cgi?id=1173367 */
-    { .vendor = 0x138a, .product = 0x0017 },
     { 0, 0, 0, },
 };
 
-- 
2.14.3



More information about the fprint mailing list