diff --git a/debian/patches/list-udev-rules-Remove-Wrongly-added-well-known-USB-contr.patch b/debian/patches/list-udev-rules-Remove-Wrongly-added-well-known-USB-contr.patch index eecfe996..50d22d94 100644 --- a/debian/patches/list-udev-rules-Remove-Wrongly-added-well-known-USB-contr.patch +++ b/debian/patches/list-udev-rules-Remove-Wrongly-added-well-known-USB-contr.patch @@ -14,7 +14,7 @@ Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/1906296 1 file changed, 1 deletion(-) diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c -index 6fbafe2..ff8fd1c 100644 +index aee13e4..183cfa5 100644 --- a/libfprint/fprint-list-udev-rules.c +++ b/libfprint/fprint-list-udev-rules.c @@ -76,7 +76,6 @@ static const FpIdEntry whitelist_id_table[] = { diff --git a/debian/patches/series b/debian/patches/series index 71219e10..a853880a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,3 @@ -# Debian specifics -udev-rules-creation-add-Debian-specifics.patch image-device-Don-t-deactivate-if-deactivation-was-already.patch aes3k-Fix-transfer-error-path-and-cancellable-lifetime.patch tests-Add-AES3500-test-case.patch @@ -14,3 +12,5 @@ udev-rules-Add-unsupported-devices-from-wiki-page-to-rule.patch udev-rules-Regenerate-from-wiki-to-include-VFS495.patch list-udev-rules-Remove-Wrongly-added-well-known-USB-contr.patch synaptics-add-identify-function.patch +# Debian specifics +udev-rules-creation-add-Debian-specifics.patch diff --git a/debian/patches/udev-rules-Add-unsupported-devices-from-wiki-page-to-rule.patch b/debian/patches/udev-rules-Add-unsupported-devices-from-wiki-page-to-rule.patch index c29c9174..282d771a 100644 --- a/debian/patches/udev-rules-Add-unsupported-devices-from-wiki-page-to-rule.patch +++ b/debian/patches/udev-rules-Add-unsupported-devices-from-wiki-page-to-rule.patch @@ -13,7 +13,7 @@ Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/1905603 1 file changed, 71 insertions(+), 3 deletions(-) diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c -index 00bfa92..a921776 100644 +index 5f17b6b..bbca6ef 100644 --- a/libfprint/fprint-list-udev-rules.c +++ b/libfprint/fprint-list-udev-rules.c @@ -25,11 +25,79 @@ diff --git a/debian/patches/udev-rules-Regenerate-from-wiki-to-include-VFS495.patch b/debian/patches/udev-rules-Regenerate-from-wiki-to-include-VFS495.patch index f4c2ce2d..88f9fa8e 100644 --- a/debian/patches/udev-rules-Regenerate-from-wiki-to-include-VFS495.patch +++ b/debian/patches/udev-rules-Regenerate-from-wiki-to-include-VFS495.patch @@ -10,7 +10,7 @@ Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/1905603 1 file changed, 1 insertion(+) diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c -index a921776..6fbafe2 100644 +index bbca6ef..aee13e4 100644 --- a/libfprint/fprint-list-udev-rules.c +++ b/libfprint/fprint-list-udev-rules.c @@ -59,6 +59,7 @@ static const FpIdEntry whitelist_id_table[] = { diff --git a/debian/patches/udev-rules-creation-add-Debian-specifics.patch b/debian/patches/udev-rules-creation-add-Debian-specifics.patch index ef8a0225..8d8edfff 100644 --- a/debian/patches/udev-rules-creation-add-Debian-specifics.patch +++ b/debian/patches/udev-rules-creation-add-Debian-specifics.patch @@ -12,10 +12,10 @@ ones; mode and group to all. 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c -index 5f17b6b..00bfa92 100644 +index 183cfa5..ff8fd1c 100644 --- a/libfprint/fprint-list-udev-rules.c +++ b/libfprint/fprint-list-udev-rules.c -@@ -66,9 +66,6 @@ print_driver (const FpDeviceClass *cls) +@@ -134,9 +134,6 @@ print_driver (const FpDeviceClass *cls) if (entry->vid == bl_entry->vid && entry->pid == bl_entry->pid) break; @@ -25,7 +25,7 @@ index 5f17b6b..00bfa92 100644 key = g_strdup_printf ("%04x:%04x", entry->vid, entry->pid); if (g_hash_table_lookup (printed, key) != NULL) -@@ -82,8 +79,10 @@ print_driver (const FpDeviceClass *cls) +@@ -150,8 +147,10 @@ print_driver (const FpDeviceClass *cls) if (num_printed == 0) g_print ("# %s\n", cls->full_name);