Revision 72fc20bc
| b/host/lib/transport/libusb1_control.cpp | ||
|---|---|---|
| 20 | 20 |
|
| 21 | 21 |
using namespace uhd::transport; |
| 22 | 22 |
|
| 23 |
const int libusb_debug_level = 3;
|
|
| 23 |
const int libusb_debug_level = 0;
|
|
| 24 | 24 |
const int libusb_timeout = 0; |
| 25 | 25 |
|
| 26 | 26 |
/*********************************************************************** |
| b/host/lib/transport/libusb1_device_handle.cpp | ||
|---|---|---|
| 20 | 20 |
|
| 21 | 21 |
using namespace uhd::transport; |
| 22 | 22 |
|
| 23 |
const int libusb_debug_level = 3;
|
|
| 23 |
const int libusb_debug_level = 0;
|
|
| 24 | 24 |
|
| 25 | 25 |
class libusb1_device_handle_impl : public usb_device_handle {
|
| 26 | 26 |
public: |
| b/host/lib/transport/libusb1_zero_copy.cpp | ||
|---|---|---|
| 25 | 25 |
|
| 26 | 26 |
using namespace uhd::transport; |
| 27 | 27 |
|
| 28 |
const int libusb_debug_level = 3;
|
|
| 28 |
const int libusb_debug_level = 0;
|
|
| 29 | 29 |
const int libusb_timeout = 0; |
| 30 | 30 |
|
| 31 | 31 |
/*********************************************************************** |
Also available in: Unified diff