From 51b8712d515e2ba22961de748236515337de38df Mon Sep 17 00:00:00 2001 From: Emanuele Bertolucci Date: Wed, 8 Jul 2026 15:05:59 +0200 Subject: [PATCH] fprint-list-udev-hwdb: Drop 27c6:6382 from the unsupported-devices list It is now supported by the goodixmoc driver, so listing it here too caused a duplicate VID:PID entry (the hwdb generator aborts on duplicates). --- libfprint/fprint-list-udev-hwdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libfprint/fprint-list-udev-hwdb.c b/libfprint/fprint-list-udev-hwdb.c index 48491645..1dc0067f 100644 --- a/libfprint/fprint-list-udev-hwdb.c +++ b/libfprint/fprint-list-udev-hwdb.c @@ -157,7 +157,6 @@ static const FpIdEntry allowlist_id_table[] = { { .vid = 0x27c6, .pid = 0x589a }, { .vid = 0x27c6, .pid = 0x5f10 }, { .vid = 0x27c6, .pid = 0x5f91 }, - { .vid = 0x27c6, .pid = 0x6382 }, { .vid = 0x2808, .pid = 0x9338 }, { .vid = 0x2808, .pid = 0x9348 }, { .vid = 0x2808, .pid = 0x93a9 },