mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
debian/patches: Use gbp pq topics for debian-specific patches
This commit is contained in:
+14
-5
@@ -1,14 +1,23 @@
|
|||||||
Description: Tweak the udev rules creator for Debian usage
|
From: Didier Raboud <odyx@debian.org>
|
||||||
List all devices; automatic power/control only for the non-blacklisted
|
Date: Wed, 2 Dec 2020 04:57:32 +0100
|
||||||
ones; mode and group to all.
|
Subject: Tweak the udev rules creator for Debian usage
|
||||||
|
|
||||||
|
List all devices; automatic power/control only for the non-blacklisted
|
||||||
|
ones; mode and group to all.
|
||||||
|
|
||||||
Author: Didier Raboud <odyx@debian.org>
|
Author: Didier Raboud <odyx@debian.org>
|
||||||
Author: Sebastien Bacher <seb128@ubuntu.com>
|
Author: Sebastien Bacher <seb128@ubuntu.com>
|
||||||
Origin: vendor
|
Origin: vendor
|
||||||
Last-Update: 2020-01-10
|
Last-Update: 2020-01-10
|
||||||
|
---
|
||||||
|
libfprint/fprint-list-udev-rules.c | 9 ++++-----
|
||||||
|
1 file changed, 4 insertions(+), 5 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c
|
||||||
|
index d6c884c..3b6f572 100644
|
||||||
--- a/libfprint/fprint-list-udev-rules.c
|
--- a/libfprint/fprint-list-udev-rules.c
|
||||||
+++ b/libfprint/fprint-list-udev-rules.c
|
+++ b/libfprint/fprint-list-udev-rules.c
|
||||||
@@ -66,9 +66,6 @@ print_driver (const FpDeviceClass *cls)
|
@@ -133,9 +133,6 @@ print_driver (const FpDeviceClass *cls)
|
||||||
if (entry->vid == bl_entry->vid && entry->pid == bl_entry->pid)
|
if (entry->vid == bl_entry->vid && entry->pid == bl_entry->pid)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -18,7 +27,7 @@ Last-Update: 2020-01-10
|
|||||||
key = g_strdup_printf ("%04x:%04x", entry->vid, entry->pid);
|
key = g_strdup_printf ("%04x:%04x", entry->vid, entry->pid);
|
||||||
|
|
||||||
if (g_hash_table_lookup (printed, key) != NULL)
|
if (g_hash_table_lookup (printed, key) != NULL)
|
||||||
@@ -82,8 +79,10 @@ print_driver (const FpDeviceClass *cls)
|
@@ -149,8 +146,10 @@ print_driver (const FpDeviceClass *cls)
|
||||||
if (num_printed == 0)
|
if (num_printed == 0)
|
||||||
g_print ("# %s\n", cls->full_name);
|
g_print ("# %s\n", cls->full_name);
|
||||||
|
|
||||||
Vendored
+1
-2
@@ -1,2 +1 @@
|
|||||||
# Debian specifics
|
debian/Tweak-the-udev-rules-creator-for-Debian-usage.patch
|
||||||
udev-rules-creation-add-Debian-specifics.patch
|
|
||||||
|
|||||||
Reference in New Issue
Block a user