kernel/eka/include/d32otgdi_errors.h
changeset 102 ef2a444a7410
parent 0 a41df078684a
child 285 ff5437e4337c
equal deleted inserted replaced
90:947f0dc9f7a8 102:ef2a444a7410
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    34 */
    34 */
    35 const TInt KErrUsbOtgEventQueueOverflow			= -6670;
    35 const TInt KErrUsbOtgEventQueueOverflow			= -6670;
    36 const TInt KErrUsbOtgStateQueueOverflow			= -6671;
    36 const TInt KErrUsbOtgStateQueueOverflow			= -6671;
    37 const TInt KErrUsbOtgMessageQueueOverflow		= -6672;
    37 const TInt KErrUsbOtgMessageQueueOverflow		= -6672;
    38 
    38 
       
    39 const TInt KErrUsbOtgBadDeviceAttached 			= -6673;
       
    40 const TInt KEventUsbOtgBadDeviceDetached 		= -6674;
       
    41 
    39 const TInt KErrUsbOtgBadState					= -6675;
    42 const TInt KErrUsbOtgBadState					= -6675;
       
    43 
       
    44 const TInt KErrUsbOtgInOPTTestingMode              = -6676;
    40 
    45 
    41 const TInt KErrUsbOtgStackNotStarted			= -6680;
    46 const TInt KErrUsbOtgStackNotStarted			= -6680;
    42 const TInt KErrUsbOtgVbusAlreadyRaised			= -6681;
    47 const TInt KErrUsbOtgVbusAlreadyRaised			= -6681;
    43 const TInt KErrUsbOtgSrpForbidden				= -6682;
    48 const TInt KErrUsbOtgSrpForbidden				= -6682;
    44 
    49