Refresh the patches, drop all the upstreamed ones

This commit is contained in:
Laurent Bigonville
2017-05-16 11:27:44 +02:00
parent 4085726996
commit 22a563066a
5 changed files with 5 additions and 73 deletions
@@ -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++;
}