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

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

Merge "adb: fix mac build breakage."

am: 52c6f1b6

Change-Id: I0a38a2bde7fc80d193e3e92e74264d2160f84084
parents ee32edb3 52c6f1b6
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);
}