From fba3e682ea633eecdee2936bee1dd4b046d52ee9 Mon Sep 17 00:00:00 2001 From: Igor Filatov Date: Mon, 29 Jan 2018 21:48:12 +0200 Subject: [PATCH] elan: Remove supported devices from udev whitelist --- libfprint/fprint-list-udev-rules.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c index f78ede1..de291f1 100644 --- a/libfprint/fprint-list-udev-rules.c +++ b/libfprint/fprint-list-udev-rules.c @@ -24,10 +24,6 @@ #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 }, /* Unsupported (for now) Validity Sensors finger print readers */ { .vendor = 0x138a, .product = 0x0090 }, /* Found on e.g. Lenovo T460s */ { .vendor = 0x138a, .product = 0x0091 },