mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
Other patches: Refreshed
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user