From 7476faba689d9f7e70ebd82ccd75dd319798e4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 13 Feb 2024 15:08:50 +0100 Subject: [PATCH] data, libfprint: Update list of unsupported drivers --- data/autosuspend.hwdb | 8 ++++++-- libfprint/fprint-list-udev-hwdb.c | 2 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb index 215a96b..74ac65b 100644 --- a/data/autosuspend.hwdb +++ b/data/autosuspend.hwdb @@ -77,6 +77,12 @@ usb:v1C7Ap0571* ID_AUTOSUSPEND=1 ID_PERSIST=0 +# Supported by libfprint driver egismoc +usb:v1C7Ap0582* +usb:v1C7Ap05A1* + ID_AUTOSUSPEND=1 + ID_PERSIST=0 + # Supported by libfprint driver elan usb:v04F3p0903* usb:v04F3p0907* @@ -372,8 +378,6 @@ usb:v1C7Ap0300* usb:v1C7Ap0575* usb:v1C7Ap0576* usb:v1C7Ap0577* -usb:v1C7Ap0582* -usb:v1C7Ap05A1* usb:v27C6p5042* usb:v27C6p5110* usb:v27C6p5117* diff --git a/libfprint/fprint-list-udev-hwdb.c b/libfprint/fprint-list-udev-hwdb.c index 28530a0..bace9f9 100644 --- a/libfprint/fprint-list-udev-hwdb.c +++ b/libfprint/fprint-list-udev-hwdb.c @@ -101,8 +101,6 @@ static const FpIdEntry allowlist_id_table[] = { { .vid = 0x1c7a, .pid = 0x0575 }, { .vid = 0x1c7a, .pid = 0x0576 }, { .vid = 0x1c7a, .pid = 0x0577 }, - { .vid = 0x1c7a, .pid = 0x0582 }, - { .vid = 0x1c7a, .pid = 0x05a1 }, { .vid = 0x27c6, .pid = 0x5042 }, { .vid = 0x27c6, .pid = 0x5110 }, { .vid = 0x27c6, .pid = 0x5117 },