usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp
branchRCL_3
changeset 80 e02eb84a14d2
parent 79 25fce757be94
equal deleted inserted replaced
79:25fce757be94 80:e02eb84a14d2
   243             {
   243             {
   244             break;
   244             break;
   245             }
   245             }
   246         case KErrUsbDeviceDetachedDuringDriverLoading:
   246         case KErrUsbDeviceDetachedDuringDriverLoading:
   247             {
   247             {
   248             //do not show error, due to device is already detached
   248             LOG( "KErrUsbDeviceDetachedDuringDriverLoading" );
   249             // Device Detachment will not come after this (it was not attached yet)
   249             // do not show error, due to device is already detached
   250             // therefore emulate detachment
   250             // Device Detachment will not come after this (it was not 
       
   251             // normally attached yet), therefore emulate detachment 
   251             // content of aTdi is not important, due to detachment anyway
   252             // content of aTdi is not important, due to detachment anyway
   252             DeviceDetachedL(aTdi);
   253             DeviceDetachedL(aTdi);
   253             break;
   254             break;
   254             }
   255             }
   255         case KErrBadPower:
   256         case KErrBadPower: