fork of VodafoneUSBModem with updated USBHost library

Dependencies:   Socket USBHost lwip-sys lwip

Dependents:   VodafoneUSBModemSMSTest

Revision:
23:21046ba01b7b
Parent:
22:06fb2a93a1f6
Child:
26:d37501dc6c61
--- a/VodafoneUSBModem.cpp	Fri Aug 17 14:31:27 2012 +0000
+++ b/VodafoneUSBModem.cpp	Fri Aug 17 14:36:32 2012 +0000
@@ -476,7 +476,7 @@
     return ret;
   }
 
-  if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VodafoneUSBModem)
+  if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VODAFONEK3770)
   {
     INFO("Using a Vodafone K3770 Dongle");
     #if USE_ONE_PORT