diff --git a/debian/patches/libfprint-fprint-list-udev-hwdb-Add-new-broadcom-device-I.patch b/debian/patches/libfprint-fprint-list-udev-hwdb-Add-new-broadcom-device-I.patch new file mode 100644 index 00000000..2c594bd2 --- /dev/null +++ b/debian/patches/libfprint-fprint-list-udev-hwdb-Add-new-broadcom-device-I.patch @@ -0,0 +1,44 @@ +From: =?utf-8?b?Ik1hcmNvIFRyZXZpc2FuIChUcmV2acOxbyki?= +Date: Wed, 22 May 2024 17:08:19 +0200 +Subject: libfprint-fprint-list-udev-hwdb: Add new broadcom device IDs + +(cherry picked from commit eaec2339ccaee64b2bdb1d1e27f51ada673e4087) +--- + data/autosuspend.hwdb | 6 ++++++ + libfprint/fprint-list-udev-hwdb.c | 6 ++++++ + 2 files changed, 12 insertions(+) + +diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb +index 74ac65b..cb3e74b 100644 +--- a/data/autosuspend.hwdb ++++ b/data/autosuspend.hwdb +@@ -353,6 +353,12 @@ usb:v0A5Cp5842* + usb:v0A5Cp5843* + usb:v0A5Cp5844* + usb:v0A5Cp5845* ++usb:v0A5Cp5860* ++usb:v0A5Cp5863* ++usb:v0A5Cp5864* ++usb:v0A5Cp5865* ++usb:v0A5Cp5866* ++usb:v0A5Cp5867* + usb:v0BDAp5812* + usb:v10A5p0007* + usb:v10A5p9200* +diff --git a/libfprint/fprint-list-udev-hwdb.c b/libfprint/fprint-list-udev-hwdb.c +index bace9f9..4d056ae 100644 +--- a/libfprint/fprint-list-udev-hwdb.c ++++ b/libfprint/fprint-list-udev-hwdb.c +@@ -76,6 +76,12 @@ static const FpIdEntry allowlist_id_table[] = { + { .vid = 0x0a5c, .pid = 0x5843 }, + { .vid = 0x0a5c, .pid = 0x5844 }, + { .vid = 0x0a5c, .pid = 0x5845 }, ++ { .vid = 0x0a5c, .pid = 0x5860 }, ++ { .vid = 0x0a5c, .pid = 0x5863 }, ++ { .vid = 0x0a5c, .pid = 0x5864 }, ++ { .vid = 0x0a5c, .pid = 0x5865 }, ++ { .vid = 0x0a5c, .pid = 0x5866 }, ++ { .vid = 0x0a5c, .pid = 0x5867 }, + { .vid = 0x0bda, .pid = 0x5812 }, + { .vid = 0x10a5, .pid = 0x0007 }, + { .vid = 0x10a5, .pid = 0x9200 }, diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..9f918ef1 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +libfprint-fprint-list-udev-hwdb-Add-new-broadcom-device-I.patch