diff -r 345b1ca54e88 -r 039a3e647356 kernel/eka/include/d32otgdi_errors.h --- a/kernel/eka/include/d32otgdi_errors.h Wed Sep 15 13:42:27 2010 +0300 +++ b/kernel/eka/include/d32otgdi_errors.h Wed Oct 13 16:04:24 2010 +0300 @@ -43,6 +43,10 @@ const TInt KErrUsbOtgInOPTTestingMode = -6676; +const TInt KErrUsbOtgThermalNormal = -6677; +const TInt KErrUsbOtgThermalWarning = -6678; +const TInt KErrUsbOtgThermalFatal = -6679; + const TInt KErrUsbOtgStackNotStarted = -6680; const TInt KErrUsbOtgVbusAlreadyRaised = -6681; const TInt KErrUsbOtgSrpForbidden = -6682;