ports/devel/android-tools-adb/files/patch-usb_libusb.c
Kevin Lo 468d53e351 Import Android adb tool.
Android Debug Bridge (adb) is a versatile command line tool that
lets you communicate with an emulator instance or connected
Android-powered device.
2013-08-01 10:05:27 +00:00

11 lines
323 B
C

--- usb_libusb.c.orig 2013-08-01 17:14:17.000000000 +0800
+++ usb_libusb.c 2013-08-01 17:14:46.000000000 +0800
@@ -37,7 +37,7 @@
#define TRACE_TAG TRACE_USB
#include "adb.h"
-static adb_mutex_t usb_lock = ADB_MUTEX_INITIALIZER;
+ADB_MUTEX_DEFINE( usb_lock );
static libusb_context *ctx = NULL;
struct usb_handle