Other patches: Refreshed

This commit is contained in:
Laurent Bigonville
2019-07-12 00:15:17 +02:00
parent 6fc665135d
commit 8fbeacf13b
4 changed files with 8 additions and 18 deletions
+4 -4
View File
@@ -44,12 +44,12 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
/************************** GENERIC STUFF *************************************/
/* Callback of asynchronous sleep */
/* Submit asynchronous sleep */
--- a/libfprint/drivers/elan.c
+++ b/libfprint/drivers/elan.c
@@ -23,6 +23,10 @@
#include "drivers_api.h"
#include "elan.h"
@@ -49,6 +49,10 @@
else if (len > 2) \
fp_dbg("%04x... (%d bytes)", buf[0] << 8 | buf[1], len)
+#ifndef ETIME
+#define ETIME ETIMEDOUT /* For kFreeBSD */