mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fprint-list-udev-rules: Add some unsupported Elantech readers to the whitelist
This commit is contained in:
committed by
Bastien Nocera
parent
1c73c36ed7
commit
041e6a1078
@@ -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, },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user