diff options
Diffstat (limited to 'adb/adb.h')
-rw-r--r-- | adb/adb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -468,6 +468,7 @@ int connection_state(atransport *t); #define CS_RECOVERY 4 #define CS_NOPERM 5 /* Insufficient permissions to communicate with the device */ #define CS_SIDELOAD 6 +#define CS_UNAUTHORIZED 7 extern int HOST; extern int SHELL_EXIT_NOTIFY_FD; |