mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 10:34:18 +00:00
Other patches: Refreshed
This commit is contained in:
Vendored
+2
-1
@@ -3,10 +3,11 @@ libfprint (1:0.99.0-1) UNRELEASED; urgency=medium
|
|||||||
* New upstream release
|
* New upstream release
|
||||||
- d/p/lib-Add-accessor-for-minutia-coordinates.patch,
|
- d/p/lib-Add-accessor-for-minutia-coordinates.patch,
|
||||||
d/p/fix_ftbfs_meson.patch: Dropped, applied upstream
|
d/p/fix_ftbfs_meson.patch: Dropped, applied upstream
|
||||||
|
- Other patches: Refreshed
|
||||||
* debian/gbp.conf: Set pristine-tar and upstream-vcs-tag
|
* debian/gbp.conf: Set pristine-tar and upstream-vcs-tag
|
||||||
* debian/control: Update Vcs-* fields (Closes: #909256)
|
* debian/control: Update Vcs-* fields (Closes: #909256)
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Fri, 12 Jul 2019 00:13:48 +0200
|
-- Laurent Bigonville <bigon@debian.org> Fri, 12 Jul 2019 00:15:03 +0200
|
||||||
|
|
||||||
libfprint (1:0.8.2-3) unstable; urgency=medium
|
libfprint (1:0.8.2-3) unstable; urgency=medium
|
||||||
|
|
||||||
|
|||||||
@@ -44,12 +44,12 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|||||||
+
|
+
|
||||||
/************************** GENERIC STUFF *************************************/
|
/************************** GENERIC STUFF *************************************/
|
||||||
|
|
||||||
/* Callback of asynchronous sleep */
|
/* Submit asynchronous sleep */
|
||||||
--- a/libfprint/drivers/elan.c
|
--- a/libfprint/drivers/elan.c
|
||||||
+++ b/libfprint/drivers/elan.c
|
+++ b/libfprint/drivers/elan.c
|
||||||
@@ -23,6 +23,10 @@
|
@@ -49,6 +49,10 @@
|
||||||
#include "drivers_api.h"
|
else if (len > 2) \
|
||||||
#include "elan.h"
|
fp_dbg("%04x... (%d bytes)", buf[0] << 8 | buf[1], len)
|
||||||
|
|
||||||
+#ifndef ETIME
|
+#ifndef ETIME
|
||||||
+#define ETIME ETIMEDOUT /* For kFreeBSD */
|
+#define ETIME ETIMEDOUT /* For kFreeBSD */
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Last-Update: 2015-03-03
|
|||||||
|
|
||||||
--- 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
|
||||||
@@ -61,9 +61,6 @@ static void print_driver (struct fp_driv
|
@@ -63,9 +63,6 @@ static void print_driver (struct fp_driv
|
||||||
break;
|
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);
|
key = g_strdup_printf ("%04x:%04x", driver->id_table[i].vendor, driver->id_table[i].product);
|
||||||
|
|
||||||
if (g_hash_table_lookup (printed, key) != NULL) {
|
if (g_hash_table_lookup (printed, key) != NULL) {
|
||||||
@@ -76,7 +73,10 @@ static void print_driver (struct fp_driv
|
@@ -78,7 +75,10 @@ static void print_driver (struct fp_driv
|
||||||
if (num_printed == 0)
|
if (num_printed == 0)
|
||||||
printf ("# %s\n", driver->full_name);
|
printf ("# %s\n", driver->full_name);
|
||||||
|
|
||||||
|
|||||||
@@ -15,14 +15,3 @@ Last-Update: 2013-03-03
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
VFS301_DEFAULT_WAIT_TIMEOUT = 300,
|
VFS301_DEFAULT_WAIT_TIMEOUT = 300,
|
||||||
--- a/libfprint/drivers/vfs301_proto.c
|
|
||||||
+++ b/libfprint/drivers/vfs301_proto.c
|
|
||||||
@@ -33,7 +33,7 @@
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <glib.h>
|
|
||||||
-#include <libusb-1.0/libusb.h>
|
|
||||||
+#include <libusb.h>
|
|
||||||
|
|
||||||
#include "vfs301_proto.h"
|
|
||||||
#include "vfs301_proto_fragments.h"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user