fprint-list-udev-rules: Add some unsupported Elantech readers to the whitelist

This commit is contained in:
Hans de Goede 2017-12-12 08:41:55 +01:00 committed by Bastien Nocera
parent 1c73c36ed7
commit 041e6a1078

View file

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