Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fff6760d authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: fix mac build breakage." am: 52c6f1b6 am: 94a23604

am: 0a2e8e94

Change-Id: Ic2966482db39cdb15eacb192606bca44b0fd5f6f
parents f080bf39 0a2e8e94
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -557,9 +557,7 @@ int usb_close(usb_handle *handle)
}

void usb_reset(usb_handle* handle) {
    if (!handle->dead) {
        (*handle->interface)->USBDeviceReEnumerate(handle->interface, 0);
    }
    // Unimplemented on OS X.
    usb_kick(handle);
}