equal
deleted
inserted
replaced
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". |
346 EMessageVbusPowerUpNotPermitted = KErrUsbOtgVbusPowerUpNotPermitted, |
346 EMessageVbusPowerUpNotPermitted = KErrUsbOtgVbusPowerUpNotPermitted, |
347 EMessageVbusPowerUpError = KErrUsbOtgVbusPowerUpError, |
347 EMessageVbusPowerUpError = KErrUsbOtgVbusPowerUpError, |
348 EMessageVbusPowerDownNotPermitted = KErrUsbOtgVbusPowerDownNotPermitted, |
348 EMessageVbusPowerDownNotPermitted = KErrUsbOtgVbusPowerDownNotPermitted, |
349 EMessageVbusClearErrorNotPermitted = KErrUsbOtgVbusClearErrorNotPermitted, |
349 EMessageVbusClearErrorNotPermitted = KErrUsbOtgVbusClearErrorNotPermitted, |
350 EMessageHnpNotResponding = KErrUsbOtgHnpNotResponding, |
350 EMessageHnpNotResponding = KErrUsbOtgHnpNotResponding, |
351 EMessageHnpBusDrop = KErrUsbOtgHnpBusDrop |
351 EMessageHnpBusDrop = KErrUsbOtgHnpBusDrop, |
|
352 |
|
353 /** |
|
354 Bad device attach/detach message |
|
355 */ |
|
356 EMessageBadDeviceAttached = KErrUsbOtgBadDeviceAttached, |
|
357 EMessageBadDeviceDetached = KEventUsbOtgBadDeviceDetached |
352 }; |
358 }; |
353 |
359 |
354 public: |
360 public: |
355 |
361 |
356 /** |
362 /** |