Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBHost by
Revision 31:24b16a7edbca, committed 2015-04-02
- Comitter:
- clemounet
- Date:
- Thu Apr 02 08:57:01 2015 +0000
- Parent:
- 30:d3b77affed28
- Child:
- 32:79b6743d7dc5
- Commit message:
- My USBHOST stuffs
Changed in this revision
--- a/USBHost/dbg.h Tue Mar 31 16:15:42 2015 +0100 +++ b/USBHost/dbg.h Thu Apr 02 08:57:01 2015 +0000 @@ -18,7 +18,7 @@ #define USB_DEBUG_H //Debug is disabled by default -#define DEBUG 3 /*INFO,ERR,WARN*/ +#define DEBUG 5 /*INFO,ERR,WARN*/ #define DEBUG_TRANSFER 0 #define DEBUG_EP_STATE 0 #define DEBUG_EVENT 0
--- 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) )
{
--- a/mbed-rtos.lib Tue Mar 31 16:15:42 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#29007aef10a4
