|
@@ -83,7 +83,7 @@ static struct adb_driver *adb_controller;
|
|
|
BLOCKING_NOTIFIER_HEAD(adb_client_list);
|
|
BLOCKING_NOTIFIER_HEAD(adb_client_list);
|
|
|
static int adb_got_sleep;
|
|
static int adb_got_sleep;
|
|
|
static int adb_inited;
|
|
static int adb_inited;
|
|
|
-static DECLARE_MUTEX(adb_probe_mutex);
|
|
|
|
|
|
|
+static DEFINE_SEMAPHORE(adb_probe_mutex);
|
|
|
static int sleepy_trackpad;
|
|
static int sleepy_trackpad;
|
|
|
static int autopoll_devs;
|
|
static int autopoll_devs;
|
|
|
int __adb_probe_sync;
|
|
int __adb_probe_sync;
|