From 2b7cfa751accab0eabda42a55c801eb252e95964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 30 Nov 2020 20:03:32 +0100 Subject: [PATCH] list-udev-rules: Remove Wrongly added well-known USB controller vid/pid combo This was causing USB controllers to use power-saving mode, breaking usb devices usage. Related to: https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/327 --- libfprint/fprint-list-udev-rules.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c index 71fbf36f..d6c884cb 100644 --- a/libfprint/fprint-list-udev-rules.c +++ b/libfprint/fprint-list-udev-rules.c @@ -75,7 +75,6 @@ static const FpIdEntry whitelist_id_table[] = { { .vid = 0x1c7a, .pid = 0x0300 }, { .vid = 0x1c7a, .pid = 0x0570 }, { .vid = 0x1c7a, .pid = 0x0575 }, - { .vid = 0x1d6b, .pid = 0x0002 }, { .vid = 0x27c6, .pid = 0x5042 }, { .vid = 0x27c6, .pid = 0x5110 }, { .vid = 0x27c6, .pid = 0x5117 },