fork of VodafoneUSBModem with updated USBHost library

Dependencies:   Socket USBHost lwip-sys lwip

Dependents:   VodafoneUSBModemSMSTest

Revision:
92:522210d2aaf9
Parent:
41:8bec5a8ea878
--- a/VodafoneUSBModem.cpp	Mon Oct 22 11:01:37 2012 +0000
+++ b/VodafoneUSBModem.cpp	Thu Oct 17 15:30:21 2013 +0000
@@ -527,7 +527,7 @@
     return ret;
   }
 
-  if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VODAFONEK3770)
+  if(m_dongle.getDongleType() == 0)
   {
     INFO("Using a Vodafone K3770 Dongle");
     #if USE_ONE_PORT
@@ -547,7 +547,7 @@
     }  
     #endif
   }
-  else if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VODAFONEK3772Z)
+  else if(m_dongle.getDongleType() == 1)
   {
     INFO("Using a Vodafone K3772-Z Dongle");
     //FIXME this returns %USBMODEM: [0] MODEM DRIVER<CR><LF><CR><LF><CR><LF>OK<CR><LF> which is not a compliant response