Created
November 14, 2023 18:16
-
-
Save talentlessguy/85e769ed7211106dcafa831938fe85f8 to your computer and use it in GitHub Desktop.
Patch for ASUS ROG G16 2023
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
DefinitionBlock ("", "SSDT", 1, "CUSTOM", "CSC3551", 0x00000001) | |
{ | |
External (_SB_.PC00.SPI0, DeviceObj) | |
External (_SB_.PC00.SPI0.SPK1, DeviceObj) | |
Scope (_SB.PC00.SPI0) | |
{ | |
Name (_DSD, Package () | |
{ | |
ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), | |
Package () | |
{ | |
Package () { "cs-gpios", Package () { | |
Zero, // Native CS | |
SPK1, Zero, Zero, Zero // GPIO CS | |
} } | |
} | |
}) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment