diff options
Diffstat (limited to 'adb/adb.h')
-rw-r--r-- | adb/adb.h | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -345,11 +345,6 @@ typedef enum { #endif -/* set this to log to /data/adb/adb_<time>.txt on the device. - * has no effect if the /data/adb/ directory does not exist. - */ -#define ADB_DEVICE_LOG 0 - #if !TRACE_PACKETS #define print_packet(tag,p) do {} while (0) #endif @@ -357,11 +352,10 @@ typedef enum { #define ADB_PORT 5037 #define ADB_LOCAL_TRANSPORT_PORT 5555 -// Google's USB Vendor ID -#define VENDOR_ID_GOOGLE 0x18d1 +#define ADB_CLASS 0xff +#define ADB_SUBCLASS 0x42 +#define ADB_PROTOCOL 0x1 -// HTC's USB Vendor ID -#define VENDOR_ID_HTC 0x0bb4 void local_init(); int local_connect(int port); |