blob: 15479c5cd0026fe5d67f230057d83f4c3695a142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mtp/backend/libusb/usb/Context.cpp.orig 2024-07-16 19:25:15 UTC
+++ mtp/backend/libusb/usb/Context.cpp
@@ -27,7 +27,7 @@ namespace mtp { namespace usb
Context::Context(int debugLevel)
{
USB_CALL(libusb_init(&_ctx));
- libusb_set_debug(_ctx, debugLevel);
+ //libusb_set_debug(_ctx, debugLevel);
libusb_device **devs;
int count = libusb_get_device_list(_ctx, &devs);
if (count < 0)
|