summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-02-19 17:45:57 -0500
committerMike Lockwood <lockwood@android.com>2010-04-28 11:33:13 -0400
commit505bd6e5fcc576eb3bea87ac86db8aeed86d9a0d (patch)
treeb51483a1ef828699676c36743ccfdcfda27077a3 /adb/adb.h
parent805c4a70300ed918853eec2f67e7b45919e48e10 (diff)
downloadsystem_core-505bd6e5fcc576eb3bea87ac86db8aeed86d9a0d.zip
system_core-505bd6e5fcc576eb3bea87ac86db8aeed86d9a0d.tar.gz
system_core-505bd6e5fcc576eb3bea87ac86db8aeed86d9a0d.tar.bz2
adb: Add five second timeout for USB writes on Linux host.
This helps us recover when things go wrong during automated testing. Change-Id: I006dbfaff7f70d51398ff12fbddcaee751453b78 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb.h b/adb/adb.h
index a148019..aaf8a28 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -33,7 +33,7 @@
#define ADB_VERSION_MAJOR 1 // Used for help/version information
#define ADB_VERSION_MINOR 0 // Used for help/version information
-#define ADB_SERVER_VERSION 25 // Increment this when we want to force users to start a new adb server
+#define ADB_SERVER_VERSION 26 // Increment this when we want to force users to start a new adb server
typedef struct amessage amessage;
typedef struct apacket apacket;