diff -r 947f0dc9f7a8 -r ef2a444a7410 kernel/eka/include/d32otgdi.h --- a/kernel/eka/include/d32otgdi.h Fri Apr 16 16:24:37 2010 +0300 +++ b/kernel/eka/include/d32otgdi.h Mon May 03 13:47:38 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" @@ -348,7 +348,13 @@ EMessageVbusPowerDownNotPermitted = KErrUsbOtgVbusPowerDownNotPermitted, EMessageVbusClearErrorNotPermitted = KErrUsbOtgVbusClearErrorNotPermitted, EMessageHnpNotResponding = KErrUsbOtgHnpNotResponding, - EMessageHnpBusDrop = KErrUsbOtgHnpBusDrop + EMessageHnpBusDrop = KErrUsbOtgHnpBusDrop, + + /** + Bad device attach/detach message + */ + EMessageBadDeviceAttached = KErrUsbOtgBadDeviceAttached, + EMessageBadDeviceDetached = KEventUsbOtgBadDeviceDetached }; public: