Browse Source

fw-api: CL 11738256 - update fw common interface files

Add WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW def

Change-Id: Id63888267857cd4025e7acf085ba9566d1d38515
CRs-Fixed: 2262693
spuligil 4 years ago
parent
commit
d01bd25d17
2 changed files with 6 additions and 1 deletions
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -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 {

+ 1 - 1
fw/wmi_version.h

@@ -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