diff -r 1e05558e2206 -r 705ec7b86991 usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp --- a/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp Thu Dec 17 09:14:30 2009 +0200 +++ b/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp Thu Jan 07 13:25:34 2010 +0200 @@ -141,7 +141,6 @@ // start timer, waiting for device attachment iAttachmentTimer->After(KTimeToWaitForDeviceAttachment); - iWatcher->NotifManager()->BlinkIndicatorL(ETrue); } // --------------------------------------------------------------------------- @@ -152,7 +151,5 @@ { FLOG( _L( "[USBOTGWATCHER]\tCUsbStateHostAInitiate::JustBeforeLeavingThisStateL" ) ); - iWatcher->NotifManager()->BlinkIndicatorL(EFalse); - CUsbStateHostAInitiateBase::JustBeforeLeavingThisStateL(); }