- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
//********henry+ disable battery command after select disable battery, 2010.8.5 add bypass more command when EC FW update
if (iflag_disabel_battery==1
&& pRequest->RequestType == NvEcRequestResponseType_Battery
&& pRequest->RequestType == NvEcRequestResponseType_System
&& pRequest->RequestType == NvEcRequestResponseType_Gpio
&& pRequest->RequestType == NvEcRequestResponseType_Sleep
&& pRequest->RequestType == NvEcRequestResponseType_Keyboard
&& pRequest->RequestType == NvEcRequestResponseType_AuxDevice){
//NvOsDebugPrintf("Henry: disable Battery command request! \n");
//return NvSuccess-1;
return NvSuccess; //2010.6.29 fix EC TimeOut
}
//***********************************************************************************************