USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
24:f4b676f61906
Parent:
23:8f2d9a244224
Child:
25:3184f71557bf
--- a/USB3GModule/WANDongle.cpp	Wed Dec 19 09:32:39 2012 +0000
+++ b/USB3GModule/WANDongle.cpp	Wed Jan 09 16:13:34 2013 +0000
@@ -16,7 +16,7 @@
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
 
-#define __DEBUG__ 4
+#define __DEBUG__ 0
 #ifndef __MODULE__
 #define __MODULE__ "WANDongle.cpp"
 #endif
@@ -69,6 +69,7 @@
 
           DBG("Enumerate");
           ret = host->enumerate(dev, this);
+          
           if(ret)
           {
             host->unlock();
@@ -106,7 +107,6 @@
               dev_connected = true;
               host->unlock();
               
-              
               return true;
             }
             else if ((dev->getVid() == m_pInitializer->getMSDVid()) && (dev->getPid() == m_pInitializer->getMSDPid()))