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

Commit 0a2e8e94 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

Change-Id: Iea69d154f5867affcd4bafdeb77d8eb90bb7059d
parents ae0c91da 94a23604
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);
}