fprint-list-udev-rules: Add some unsupported Elantech readers to the whitelist
This commit is contained in:
parent
1c73c36ed7
commit
041e6a1078
1 changed files with 4 additions and 0 deletions
|
@ -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, },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue