mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Work-around kernel's lack of USB PM
The device is already supported by the vfs5011 driver and non- blacklisted, so will show up in the udev rules, but for ease of backporting to older versions, add it to the whitelist anyway. https://bugzilla.redhat.com/show_bug.cgi?id=1173367
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
static const struct usb_id whitelist_id_table[] = {
|
static const struct usb_id whitelist_id_table[] = {
|
||||||
{ .vendor = 0x08ff, .product = 0x2810 },
|
{ .vendor = 0x08ff, .product = 0x2810 },
|
||||||
|
/* https://bugzilla.redhat.com/show_bug.cgi?id=1173367 */
|
||||||
|
{ .vendor = 0x138a, .product = 0x0017 },
|
||||||
{ 0, 0, 0, },
|
{ 0, 0, 0, },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user