We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a4d6b commit f3cf856Copy full SHA for f3cf856
src/usbdevice.cpp
@@ -57,7 +57,7 @@ usbdevice::usbdevice(uint32_t index)
57
58
#ifdef __ANDROID__
59
kodi::platform::CInterfaceAndroidSystem system;
60
- libusb_set_option(nullptr, LIBUSB_OPTION_ANDROID_JNIENV, system.GetJNIEnv());
+ libusb_set_option(nullptr, LIBUSB_OPTION_NO_DEVICE_DISCOVERY /*LIBUSB_OPTION_ANDROID_JNIENV*/, system.GetJNIEnv());
61
#endif
62
63
// Make sure that the specified index is going to correspond with an actual device
0 commit comments