Loading fw/wmi_unified.h +5 −0 Original line number Diff line number Diff line Loading @@ -15833,6 +15833,11 @@ enum { WMI_WOW_FLAG_DO_HTC_WAKEUP = 0x00000008, /* Enable L1SS sleep for PCIE DRV case */ WMI_WOW_FLAG_ENABLE_DRV_PCIE_L1SS_SLEEP = 0x00000010, /* * To differentiate system suspend Vs RTPM BIT set - * Sytem Suspend WOW, BIT Reset- RTPM (DRV) */ WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW = 0x00000020, }; typedef struct { fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 902 #define __WMI_REVISION_ 903 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +5 −0 Original line number Diff line number Diff line Loading @@ -15833,6 +15833,11 @@ enum { WMI_WOW_FLAG_DO_HTC_WAKEUP = 0x00000008, /* Enable L1SS sleep for PCIE DRV case */ WMI_WOW_FLAG_ENABLE_DRV_PCIE_L1SS_SLEEP = 0x00000010, /* * To differentiate system suspend Vs RTPM BIT set - * Sytem Suspend WOW, BIT Reset- RTPM (DRV) */ WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW = 0x00000020, }; typedef struct {
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 902 #define __WMI_REVISION_ 903 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading