mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-12 02:44:18 +00:00
Refresh the patches, drop all the upstreamed ones
This commit is contained in:
@@ -7,7 +7,7 @@ Last-Update: 2015-03-03
|
||||
|
||||
--- a/libfprint/fprint-list-udev-rules.c
|
||||
+++ b/libfprint/fprint-list-udev-rules.c
|
||||
@@ -59,9 +59,6 @@
|
||||
@@ -61,9 +61,6 @@ static void print_driver (struct fp_driv
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@ Last-Update: 2015-03-03
|
||||
key = g_strdup_printf ("%04x:%04x", driver->id_table[i].vendor, driver->id_table[i].product);
|
||||
|
||||
if (g_hash_table_lookup (printed, key) != NULL) {
|
||||
@@ -74,7 +71,10 @@
|
||||
@@ -76,7 +73,10 @@ static void print_driver (struct fp_driv
|
||||
if (num_printed == 0)
|
||||
printf ("# %s\n", driver->full_name);
|
||||
|
||||
@@ -26,6 +26,6 @@ Last-Update: 2015-03-03
|
||||
+ if (!blacklist)
|
||||
+ printf ("TEST==\"power/control\", ATTR{power/control}=\"auto\", ");
|
||||
+ printf ("MODE=\"0664\", GROUP=\"plugdev\"\n");
|
||||
printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", ATTRS{idProduct}==\"%04x\", ENV{LIBFPRINT_DRIVER}=\"%s\"\n", driver->id_table[i].vendor, driver->id_table[i].product, driver->full_name);
|
||||
num_printed++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user