mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Fixes based off issue#1
This commit is contained in:
13
extra-files/SSDT-GPI0.dsl
Normal file
13
extra-files/SSDT-GPI0.dsl
Normal file
@@ -0,0 +1,13 @@
|
||||
// Source: https://github.com/daliansky/OC-little
|
||||
DefinitionBlock("", "SSDT", 2, "ACDT", "GPI0", 0)
|
||||
{
|
||||
External(GPEN, FieldUnitObj)
|
||||
|
||||
Scope (\)
|
||||
{
|
||||
If (_OSI ("Darwin"))
|
||||
{
|
||||
GPEN = One
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
extra-files/SSDT-GPI0.dsl.zip
Normal file
BIN
extra-files/SSDT-GPI0.dsl.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user