Blob Blame History Raw
From 81e01ae162201b192bf6780a0b339917899fe4dd Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Tue, 12 Apr 2016 16:10:53 +0200
Subject: [PATCH] Work-around kernel's lack of USB PM

https://bugzilla.redhat.com/show_bug.cgi?id=1173367
---
 libfprint/fprint-list-udev-rules.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c
index 791a457..f35e90c 100644
--- a/libfprint/fprint-list-udev-rules.c
+++ b/libfprint/fprint-list-udev-rules.c
@@ -25,6 +25,7 @@
 
 static const struct usb_id whitelist_id_table[] = {
     { .vendor = 0x08ff, .product = 0x2810 },
+    { .vendor = 0x138a, .product = 0x0017 },
     { 0, 0, 0, },
 };
 
-- 
2.7.3