Skip to content

Instantly share code, notes, and snippets.

@viliampucik
Last active February 11, 2017 16:16
Show Gist options
  • Save viliampucik/c72dd602e820f68ac55f46e72fe18875 to your computer and use it in GitHub Desktop.
Save viliampucik/c72dd602e820f68ac55f46e72fe18875 to your computer and use it in GitHub Desktop.
CFGD and \_TZ.PSL Fix
--- dsdt.dsl.org 2017-02-11 16:34:15.627459663 +0100
+++ dsdt.dsl 2017-02-11 16:34:47.727597598 +0100
@@ -18,7 +18,7 @@
* Compiler ID "INTL"
* Compiler Version 0x20110112 (537985298)
*/
-DefinitionBlock ("", "DSDT", 2, "HPQOEM", "1909 ", 0x00000001)
+DefinitionBlock ("", "DSDT", 2, "HPQOEM", "1909 ", 0x00000002)
{
/*
* iASL Warning: There were 15 external control methods found during
@@ -1979,8 +1979,6 @@
Method (PSL, 0, Serialized)
{
- If ((CFGD & 0x01000000))
- {
If ((TCNT == 0x08))
{
Return (Package (0x08)
@@ -2012,14 +2010,6 @@
\_PR.CPU0,
\_PR.CPU1
})
- }
- Else
- {
- Return (Package (0x01)
- {
- \_PR.CPU0
- })
- }
}
ThermalZone (PCHZ)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment