Unhide all devices
authorXilin Wu <strongtz@yeah.net>
星期六, 15 Jan 2022 08:24:46 +0000 (16:24 +0800)
committerXilin Wu <strongtz@yeah.net>
星期六, 15 Jan 2022 08:24:46 +0000 (16:24 +0800)
Signed-off-by: Xilin Wu <strongtz@yeah.net>
Common/data.asl
Common/rfs.asl
polaris/DSDT.AML
polaris/buses.asl
polaris/pmic_batt.asl

index 3299aae1d114ba9b95239464cac0136b325f96b9..fead98266e2edb8a2e74c290f107785ed4eb4e33 100644 (file)
@@ -11,7 +11,7 @@
        Name (_HID, "QCOM02A5")
   Method (_STA) 
        {
-        Return (0xB)
+        Return (0xF)
   } 
  }
 
@@ -36,7 +36,7 @@ Device (DBUS)
        }
   Method (_STA) 
        {
-        Return (0xB)
+        Return (0xF)
   } 
 }
 
index 43f181484ee5c06483de3536e8cab36f0fcfb9c3..0b1a5c7a355a199077b1096a63facb769bf7c6ef 100644 (file)
@@ -44,6 +44,6 @@ Device (RFS0)
 
     Method (_STA) 
     {
-        Return(0xB)
+        Return(0xF)
     }
 }
index e60db00cbc2db976159ee6f8a116652ed666bf68..603db319efdd9de780d057d775bd53e8117592c5 100644 (file)
Binary files a/polaris/DSDT.AML and b/polaris/DSDT.AML differ
index a320d9a876a860151cf06733d8975fb56b5735ac..d9121f7cc26d392fee8e52edb449da620aea8e11 100644 (file)
@@ -27,7 +27,7 @@ Device (UAR7)
 
     Method (_STA)
     {  
-      Return (0x0B)
+      Return (0xF)
     }
 }
 
index 4c5900ac7786d211b4a5165b7786b013bfb0b020..dfde3aa3774e191c25f5a73df996f4c60ce92bdf 100644 (file)
@@ -44,7 +44,7 @@ Include("cust_pmic_batt.asl")
             })
 
         Method (_STA) {
-            Return (0xB)    // Device is installable, functional & should not be visible in OSPM/Device Manager
+            Return (0xF)    // Device is installable, functional & should not be visible in OSPM/Device Manager
         }
 
         Method (_CRS, 0x0, NotSerialized) {
@@ -434,7 +434,7 @@ Include("cust_pmic_batt.asl")
             }
 
                         Method (_STA) {
-                Return (0xB)    // Device is installable, functional & should not be visible in OSPM/Device Manager
+                Return (0xF)    // Device is installable, functional & should not be visible in OSPM/Device Manager
             }
         }
 
@@ -450,7 +450,7 @@ Device (BCL1) {
     })
 
         Method (_STA) {
-        Return (0xB)    // Device is installable, functional & should not be visible in OSPM/Device Manager
+        Return (0xF)    // Device is installable, functional & should not be visible in OSPM/Device Manager
     }
 
     Method (_CRS, 0x0, NotSerialized) {