usbengines/usbdevcon/src/cusbdevcon.cpp
branchRCL_3
changeset 66 3cb82e326395
parent 0 1e05558e2206
child 23 bb32eca979b3
equal deleted inserted replaced
65:a44cdf4b4bf0 66:3cb82e326395
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   173         case EUsbcDeviceStateAttached:
   173         case EUsbcDeviceStateAttached:
   174             {
   174             {
   175             
   175             
   176             FLOG( _L( "[USBDEVCON]\tCUsbDevCon::ActAccordinglyToUsbStateL State: Attached" ) );     
   176             FLOG( _L( "[USBDEVCON]\tCUsbDevCon::ActAccordinglyToUsbStateL State: Attached" ) );     
   177 
   177 
   178             StartL();
       
   179             break;
   178             break;
   180             }
   179             }
   181                 
   180                 
   182         case EUsbcDeviceStatePowered:
   181         case EUsbcDeviceStatePowered:
   183             {
   182             {