[Fingerforce-commits] [libfprint] 06/20: Add MS keyboard to the suspend blacklist

Didier Raboud odyx at alioth.debian.org
Sun Sep 29 13:43:36 UTC 2013


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch master
in repository libfprint.

commit c14ebd8b636574cbe74aa05db0d0c1f6da9e2410
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu Jul 25 12:29:53 2013 +0200

    Add MS keyboard to the suspend blacklist
    
    045e:00bb isn't a stand-alone fingerprint reader, but a keyboard
    with a reader integrated.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=66659
---
 libfprint/fprint-list-udev-rules.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c
index d26ff14..71c0b59 100644
--- a/libfprint/fprint-list-udev-rules.c
+++ b/libfprint/fprint-list-udev-rules.c
@@ -30,6 +30,8 @@ static const struct usb_id whitelist_id_table[] = {
 
 static const struct usb_id blacklist_id_table[] = {
     { .vendor = 0x0483, .product = 0x2016 },
+    /* https://bugs.freedesktop.org/show_bug.cgi?id=66659 */
+    { .vendor = 0x045e, .product = 0x00bb },
     { 0, 0, 0 },
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/libfprint.git



More information about the Fingerforce-commits mailing list