commit | 5d002b8d6ae0a1eeefe09309ae6687a16e82ed08 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Apr 04 10:29:21 2017 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Apr 04 10:29:21 2017 -0700 |
tree | d957450ceed2068612c975df569476ceab987cd2 | |
parent | 23e308398f6fa818ac9227b16abcfa1bc01f11d8 [diff] |
adb: don't reset usb when connecting it. Calling libusb_reset_device() resets the usb connection with device on linux platform. It can interfere with other usb interfaces and only works on linux. Removing it only affects when adb server is killed while doing IO with device, which will be solved in later patches. Bug: http://b/32952319 Test: none Change-Id: I19522435eadd938ff95d49cbae3bcaa5c8f6d184