omap3-pandora-kernel2: update
[openpandora.oe.git] / recipes / android-tools / android-tools / adbd-disable-client-authentication.patch
1 --- android-tools-orig/core/adbd/adb_auth_client.c      2013-07-29 16:24:49.827822956 +0000
2 +++ android-tools/core/adbd/adb_auth_client.c   2013-07-29 16:25:29.931623038 +0000
3 @@ -200,8 +200,11 @@
4          return;
5      }
6  
7 -    fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t);
8 -    fdevent_add(&t->auth_fde, FDE_READ);
9 +    // fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t);
10 +    // fdevent_add(&t->auth_fde, FDE_READ);
11 +
12 +    adb_auth_reload_keys();
13 +    adb_auth_verified(t);
14  }
15  
16  static void adb_auth_listener(int fd, unsigned events, void *data)