MyUSBHost library

Dependencies:   FATFileSystem

Dependents:   PYRN

Fork of USBHost by mbed official

Revision:
31:24b16a7edbca
Parent:
24:868cbfe611a7
--- a/USBHost3GModule/WANDongle.cpp	Tue Mar 31 16:15:42 2015 +0100
+++ b/USBHost3GModule/WANDongle.cpp	Thu Apr 02 08:57:01 2015 +0000
@@ -100,7 +100,7 @@
             }
             else if ((dev->getVid() == m_pInitializer->getMSDVid()) && (dev->getPid() == m_pInitializer->getMSDPid()))
             {
-              USB_DBG("Vodafone K3370 dongle detected in MSD mode");
+              USB_DBG("Dongle detected in MSD mode");
               //Try to switch
               if( m_pInitializer->switchMode(dev) )
               {