diff options
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/transport/libusb1_base.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/host/lib/transport/libusb1_base.cpp b/host/lib/transport/libusb1_base.cpp index 375cfe92d..ae33cc036 100644 --- a/host/lib/transport/libusb1_base.cpp +++ b/host/lib/transport/libusb1_base.cpp @@ -327,6 +327,7 @@ public:      bool firmware_loaded() {          return (get_manufacturer() == "Ettus Research LLC") or +               (get_manufacturer() == "National Instruments Corp.") or                 (get_manufacturer() == "Free Software Folks");      } | 
