Fixing how new pick_bitrate is used.
[debian/gnuradio] / usrp / host / lib / fusb_sysconfig_libusb1.cc
index ab3c475d59d89dca0407d857a2034b65c4b5f15c..46daf561a7bd581a09a0bdd29284eac419379dde 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2003 Free Software Foundation, Inc.
+ * Copyright 2003,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -20,7 +20,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include <fusb_libusb1_base.h>
+#include <fusb.h>
 #include <fusb_libusb1.h>
 
 static const int MAX_BLOCK_SIZE = 16 * 1024;           // hard limit
@@ -30,8 +30,7 @@ static const int FUSB_BUFFER_SIZE = 1 * (1L << 20);   // 1 MB
 struct libusb_context;
 
 fusb_devhandle *
-fusb_sysconfig::make_devhandle (libusb_device_handle *udh,
-                                libusb_context *ctx)
+fusb_sysconfig::make_devhandle (libusb_device_handle *udh, libusb_context *ctx)
 {
   return new fusb_devhandle_libusb1 (udh, ctx);
 }