Skip to content

Instantly share code, notes, and snippets.

@major
Created February 13, 2015 22:16
Show Gist options
  • Select an option

  • Save major/d1a6e2b09fdd0e8fbb13 to your computer and use it in GitHub Desktop.

Select an option

Save major/d1a6e2b09fdd0e8fbb13 to your computer and use it in GitHub Desktop.
XPS 13 9343 DSDT hacks
diff --git a/DSDT.dsl b/DSDT.dsl
index a86f66d..513eb45 100644
--- a/DSDT.dsl
+++ b/DSDT.dsl
@@ -8689,6 +8689,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 2, "DELL ", "CBX3 ", 0x01072009)
Scope (_SB.PCI0.I2C0)
{
+ Name (CODS, 0x03)
Method (SUBS, 0, NotSerialized)
{
Local0 = (0x80860000 | (((BID & 0xFF) << 0x08) | BREV
@@ -11861,7 +11862,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 2, "DELL ", "CBX3 ", 0x01072009)
If (CondRefOf (MDBG))
{
Return (MDBG) /* External reference */
- Arg0
+ /* Arg0 */
}
Return (Zero)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment