commit | c65a5f58645135c911b8df8f4c4bcf830b910654 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Jun 07 12:11:19 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Oct 02 16:14:30 2017 -0700 |
tree | 9ac76e8d6c1fce859cca551e592ff67a8efb508a | |
parent | 182e957f95e88d897fca63d6966d59815698efda [diff] |
adb: remove SendConnectOnHost. This logic appears to be racy, and it shouldn't actually be needed, if our devices follow the USB spec. Use libusb_set_interface_alt_setting on device initialization as well, to add one more thing that should reset the data toggles. Bug: 67320882 Bug: http://b/32952319 Test: python test_device.py Change-Id: I392198af3d72c524b893e5056afa2b4617cea49c (cherry picked from commit 4b5d4da6f6a863638c8100cde5af834a83ac8956)