polaris: Enable sensors
authorXilin Wu <wuxilin123@gmail.com>
星期五, 6 May 2022 06:27:32 +0000 (14:27 +0800)
committerXilin Wu <wuxilin123@gmail.com>
星期五, 6 May 2022 06:27:32 +0000 (14:27 +0800)
Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
polaris/DSDT.AML
polaris/cust_sensors.asl
polaris/plat_win_mproc.asl

index d0cced3972960a29aa406a36e363083c8b728e90..5a576da7570fd1db84ff04f2ab7c1eb5ea876565 100644 (file)
Binary files a/polaris/DSDT.AML and b/polaris/DSDT.AML differ
index e9220a53a9f3f06703af607d642273d1f4c4a635..e77037ee2a470798f8cf58c3766ebeefa5e543f4 100644 (file)
@@ -22,10 +22,10 @@ Device (SEN2)
         Return("845")
     }
     Method(PLAT, 0x0, NotSerialized) {
-        Return("MTP")
+        Return("POLARIS")
     }
        Method(_STA, 0)
        {
-               Return (0x0)
+               Return (0xF)
        }
 }
index 07a6563ac2791d9f681a29fce7b9c7b681d53e64..7d9c724df4a3a4cca50ea85466f903f361db7bf7 100644 (file)
@@ -12,12 +12,11 @@ Scope(\_SB.AMSS)
        }
 }
 
-//Disabling SCSS
 Scope(\_SB.SCSS)
 {
     Method(_STA, 0)
     {
-       Return (Zero)
+       Return (0x0F)
     }
 }