From d85652abc40ed50334d17518ab7b133357c7aea0 Mon Sep 17 00:00:00 2001 From: hselasky Date: Sun, 25 May 2014 18:06:32 +0000 Subject: Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API from sourceforge. PR: usb/190204 MFC after: 1 week --- lib/libusb/libusb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libusb') diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h index 4857f5b..e490f24 100644 --- a/lib/libusb/libusb.h +++ b/lib/libusb/libusb.h @@ -33,6 +33,8 @@ #include #endif +#define LIBUSB_CALL + #ifdef __cplusplus extern "C" { #endif -- cgit v1.1 From 47370c0263f5fb1b4a5095bfc896f076217afe64 Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 5 Jun 2014 14:19:32 +0000 Subject: Update reported libusb version to 1.0.13 QEMU libusb host support needs at least libusbx-1.0.13, and our in-tree libusb supports the required functionality. Exp-run in PR. PR: 181035 --- lib/libusb/libusb-1.0.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libusb') diff --git a/lib/libusb/libusb-1.0.pc b/lib/libusb/libusb-1.0.pc index bed98de..b31affa 100644 --- a/lib/libusb/libusb-1.0.pc +++ b/lib/libusb/libusb-1.0.pc @@ -6,6 +6,6 @@ includedir=${prefix}/include Name: libusb-1.0 Description: Library that abstracts ways to access USB devices (v1.0) -Version: 1.0.9 +Version: 1.0.13 Libs: -L${libdir} -lusb Cflags: -I${includedir} -- cgit v1.1