Created
February 13, 2015 22:16
-
-
Save major/d1a6e2b09fdd0e8fbb13 to your computer and use it in GitHub Desktop.
XPS 13 9343 DSDT hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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