diff -r e7d2d738d3c2 -r 2f92ad2dc5db kernel/eka/include/d32otgdi_errors.h --- a/kernel/eka/include/d32otgdi_errors.h Mon Mar 15 12:45:50 2010 +0200 +++ b/kernel/eka/include/d32otgdi_errors.h Wed Mar 31 23:38:45 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -36,6 +36,9 @@ const TInt KErrUsbOtgStateQueueOverflow = -6671; const TInt KErrUsbOtgMessageQueueOverflow = -6672; +const TInt KErrUsbOtgBadDeviceAttached = -6673; +const TInt KEventUsbOtgBadDeviceDetached = -6674; + const TInt KErrUsbOtgBadState = -6675; const TInt KErrUsbOtgStackNotStarted = -6680;