Loading fw/wmi_unified.h +5 −0 Original line number Diff line number Diff line Loading @@ -15840,6 +15840,11 @@ enum { * Sytem Suspend WOW, BIT Reset- RTPM (DRV) */ WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW = 0x00000020, /* * Feature flag for INI enable_mod_dtim_on_system_suspend * This flag/bit will be set if INI settings enable mod_dtim_on_sys_suspend. */ WMI_WOW_FLAG_MOD_DTIM_ON_SYS_SUSPEND = 0x00000040, }; 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_ 905 #define __WMI_REVISION_ 906 /** 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 @@ -15840,6 +15840,11 @@ enum { * Sytem Suspend WOW, BIT Reset- RTPM (DRV) */ WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW = 0x00000020, /* * Feature flag for INI enable_mod_dtim_on_system_suspend * This flag/bit will be set if INI settings enable mod_dtim_on_sys_suspend. */ WMI_WOW_FLAG_MOD_DTIM_ON_SYS_SUSPEND = 0x00000040, }; 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_ 905 #define __WMI_REVISION_ 906 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading