Revision b6099569 host/lib/transport/libusb1_base.hpp
| b/host/lib/transport/libusb1_base.hpp | ||
|---|---|---|
| 27 | 27 |
namespace libusb {
|
| 28 | 28 |
void init(libusb_context **ctx, int debug_level); |
| 29 | 29 |
|
| 30 |
std::vector<libusb_device *> get_fsf_device_list(libusb_context *ctx); |
|
| 31 |
|
|
| 30 | 32 |
libusb_device_handle *open_device(libusb_context *ctx, |
| 31 | 33 |
usb_device_handle::sptr handle); |
| 32 | 34 |
|
Also available in: Unified diff