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 Validity Sensors readers to the whitelist
This commit is contained in:
committed by
Bastien Nocera
parent
041e6a1078
commit
d35da0ce99
@@ -28,6 +28,11 @@ static const struct usb_id whitelist_id_table[] = {
|
||||
{ .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 },
|
||||
{ .vendor = 0x138a, .product = 0x0094 },
|
||||
{ .vendor = 0x138a, .product = 0x0097 }, /* Found on e.g. Lenovo T470s */
|
||||
{ 0, 0, 0, },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user