summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-09-17 12:50:05 +0200
committerBenjamin Berg <bberg@redhat.com>2021-09-17 12:54:02 +0200
commit03deb3011b20c842ef59436cd2be9d5f013985ed (patch)
tree8fe54e2429cababe41e5894fc7c40339c361e5f4
parentc7650b6ec93ed3cd701b1a69059c1034ed8119c9 (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 9850658..d4da45b 100644
--- a/data/autosuspend.hwdb
+++ b/data/autosuspend.hwdb
@@ -281,6 +281,7 @@ usb:v0A5Cp5840*
usb:v0A5Cp5841*
usb:v0A5Cp5842*
usb:v0A5Cp5843*
+usb:v0A5Cp5844*
usb:v0A5Cp5845*
usb:v10A5p0007*
usb:v1188p9545*
diff --git a/libfprint/fprint-list-udev-hwdb.c b/libfprint/fprint-list-udev-hwdb.c
index 2031697..d271752 100644
--- a/libfprint/fprint-list-udev-hwdb.c
+++ b/libfprint/fprint-list-udev-hwdb.c
@@ -58,6 +58,7 @@ static const FpIdEntry whitelist_id_table[] = {
{ .vid = 0x0a5c, .pid = 0x5841 },
{ .vid = 0x0a5c, .pid = 0x5842 },
{ .vid = 0x0a5c, .pid = 0x5843 },
+ { .vid = 0x0a5c, .pid = 0x5844 },
{ .vid = 0x0a5c, .pid = 0x5845 },
{ .vid = 0x10a5, .pid = 0x0007 },
{ .vid = 0x1188, .pid = 0x9545 },