From 0caa1e55044b50b4804ca05177fd1c23c6e01f3e Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Sat, 15 Jan 2022 16:24:46 +0800 Subject: [PATCH] Unhide all devices Signed-off-by: Xilin Wu --- Common/data.asl | 4 ++-- Common/rfs.asl | 2 +- polaris/DSDT.AML | Bin 252477 -> 252477 bytes polaris/buses.asl | 2 +- polaris/pmic_batt.asl | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Common/data.asl b/Common/data.asl index 3299aae..fead982 100644 --- a/Common/data.asl +++ b/Common/data.asl @@ -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) } } diff --git a/Common/rfs.asl b/Common/rfs.asl index 43f1814..0b1a5c7 100644 --- a/Common/rfs.asl +++ b/Common/rfs.asl @@ -44,6 +44,6 @@ Device (RFS0) Method (_STA) { - Return(0xB) + Return(0xF) } } diff --git a/polaris/DSDT.AML b/polaris/DSDT.AML index e60db00cbc2db976159ee6f8a116652ed666bf68..603db319efdd9de780d057d775bd53e8117592c5 100644 GIT binary patch delta 80 zcmdnHg@5lBelC|_mk`@q%nVG|HgbuuG4gMgXFJZy$Upfxw<9BevnEfwCJ*CwO&+Gt jn;7}G%kF2gJqM(tdzqzd82P7{on#IGa*v;6E)xI%-69xt delta 80 zcmdnHg@5lBelC|_mk`@q%nVGQHgbuuF>-H~XFJZy$UXTvw<9BWvnEfwCJ*CwO&+Gt jn;5yb%kF2gJqM(tdzqzd7`dmHon#IGa*v;6E)xI%;FcJ4 diff --git a/polaris/buses.asl b/polaris/buses.asl index a320d9a..d9121f7 100644 --- a/polaris/buses.asl +++ b/polaris/buses.asl @@ -27,7 +27,7 @@ Device (UAR7) Method (_STA) { - Return (0x0B) + Return (0xF) } } diff --git a/polaris/pmic_batt.asl b/polaris/pmic_batt.asl index 4c5900a..dfde3aa 100644 --- a/polaris/pmic_batt.asl +++ b/polaris/pmic_batt.asl @@ -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) { -- 2.45.2