usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp
branchRCL_3
changeset 10 f6533aee8b2b
parent 7 ff9df6630274
child 23 25fce757be94
equal deleted inserted replaced
9:1a297fa72b1e 10:f6533aee8b2b
   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: