summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-11-02 16:27:33 +0100
committerBenjamin Berg <bberg@redhat.com>2021-11-02 16:28:13 +0100
commit2cfff27729e9faa12e1e5de3788b431adeb3e7c3 (patch)
tree6310ebee2f48749c6b44e9b8923f738c047307fa
parent378fae0ea2105058a78bb0960549ef301a8690ef (diff)
udev-hwdb: Update unsupported device list
-rw-r--r--data/autosuspend.hwdb1
-rw-r--r--libfprint/fprint-list-udev-hwdb.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb
index 42d22ca..cbc6109 100644
--- a/data/autosuspend.hwdb
+++ b/data/autosuspend.hwdb
@@ -286,6 +286,7 @@ usb:v0A5Cp5842*
usb:v0A5Cp5843*
usb:v0A5Cp5844*
usb:v0A5Cp5845*
+usb:v0BDAp5812*
usb:v10A5p0007*
usb:v1188p9545*
usb:v138Ap0007*
diff --git a/libfprint/fprint-list-udev-hwdb.c b/libfprint/fprint-list-udev-hwdb.c
index d271752..f567457 100644
--- a/libfprint/fprint-list-udev-hwdb.c
+++ b/libfprint/fprint-list-udev-hwdb.c
@@ -60,6 +60,7 @@ static const FpIdEntry whitelist_id_table[] = {
{ .vid = 0x0a5c, .pid = 0x5843 },
{ .vid = 0x0a5c, .pid = 0x5844 },
{ .vid = 0x0a5c, .pid = 0x5845 },
+ { .vid = 0x0bda, .pid = 0x5812 },
{ .vid = 0x10a5, .pid = 0x0007 },
{ .vid = 0x1188, .pid = 0x9545 },
{ .vid = 0x138a, .pid = 0x0007 },