USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
27:980fe31c14f7
Parent:
17:b8739fd10faf
--- a/USBHost/USBHost.cpp	Thu Apr 18 11:22:57 2013 +0000
+++ b/USBHost/USBHost.cpp	Fri Sep 20 10:40:15 2013 +0000
@@ -561,7 +561,7 @@
 
 // enumerate a device with the control USBEndpoint
 USB_TYPE USBHost::enumerate(USBDeviceConnected * dev, IUSBEnumerator* pEnumerator)  {
-  uint8_t data[384];
+  uint8_t data[415];
   uint16_t total_conf_descr_length = 0;
   USB_TYPE res;