mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
11 lines
323 B
C
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
|