Skip to content

Instantly share code, notes, and snippets.

@talentlessguy
Created November 14, 2023 18:16
Show Gist options
  • Save talentlessguy/85e769ed7211106dcafa831938fe85f8 to your computer and use it in GitHub Desktop.
Save talentlessguy/85e769ed7211106dcafa831938fe85f8 to your computer and use it in GitHub Desktop.
Patch for ASUS ROG G16 2023
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