usbengines/usbotgwatcher/src/cusbstatehosthandledropping.cpp
branchRCL_3
changeset 79 25fce757be94
parent 27 f6533aee8b2b
child 80 e02eb84a14d2
--- a/usbengines/usbotgwatcher/src/cusbstatehosthandledropping.cpp	Thu Aug 19 10:54:11 2010 +0300
+++ b/usbengines/usbotgwatcher/src/cusbstatehosthandledropping.cpp	Tue Aug 31 16:13:57 2010 +0300
@@ -17,7 +17,6 @@
 
 #include <usbuinotif.h>
 #include <d32usbdi_errors.h>
-#include <d32otgdi_errors.h>
 
 #include "cusbotgwatcher.h"
 #include "cusbstatehosthandledropping.h"
@@ -386,8 +385,8 @@
 
     switch (aMessage)
         {
-        // OTGDI
-        case KEventUsbOtgBadDeviceDetached:
+        // USBDI
+        case KEventUsbBadDeviceDetached:
             {
             LOG("BadDeviceDetached" );
             ChangeHostStateL( EUsbStateHostUndefined);