Loading adb/usb_osx.c +1 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ AndroidInterfaceAdded(void *refCon, io_iterator_t iterator) } DBG("AndroidDeviceAdded calling register_usb_transport\n"); register_usb_transport(handle, (serial[0] ? serial : NULL)); register_usb_transport(handle, (serial[0] ? serial : NULL), 1); // Register for an interest notification of this device being removed. // Pass the reference to our private data as the refCon for the Loading adb/usb_windows.c +1 −1 Original line number Diff line number Diff line Loading @@ -488,7 +488,7 @@ void find_devices() { true)) { // Lets make sure that we don't duplicate this device if (register_new_device(handle)) { register_usb_transport(handle, serial_number); register_usb_transport(handle, serial_number, 1); } else { D("register_new_device failed for %s\n", interf_name); usb_cleanup_handle(handle); Loading Loading
adb/usb_osx.c +1 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ AndroidInterfaceAdded(void *refCon, io_iterator_t iterator) } DBG("AndroidDeviceAdded calling register_usb_transport\n"); register_usb_transport(handle, (serial[0] ? serial : NULL)); register_usb_transport(handle, (serial[0] ? serial : NULL), 1); // Register for an interest notification of this device being removed. // Pass the reference to our private data as the refCon for the Loading
adb/usb_windows.c +1 −1 Original line number Diff line number Diff line Loading @@ -488,7 +488,7 @@ void find_devices() { true)) { // Lets make sure that we don't duplicate this device if (register_new_device(handle)) { register_usb_transport(handle, serial_number); register_usb_transport(handle, serial_number, 1); } else { D("register_new_device failed for %s\n", interf_name); usb_cleanup_handle(handle); Loading