mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Inital import
This commit is contained in:
@@ -30,7 +30,7 @@ Finding the ACPI pathing is quite easy actually, first open your decompiled DSDT
|
||||
|
||||
Next, search for `PNP0C09`. You should get something similar:
|
||||
|
||||

|
||||

|
||||
|
||||
From the above example we see 2 main things:
|
||||
|
||||
@@ -64,7 +64,7 @@ If you already have Windows installed on this machine, finding the EC pathing is
|
||||
|
||||
Start by opening up Device Manager in Windows and looking for a device named `Embedded Controller`. Once found, click on it and select the `BIOS device Name` entry. You should get something like this:
|
||||
|
||||

|
||||

|
||||
|
||||
From the above, we can see that our pathing is `SB.PC00.LPC0.EC0`
|
||||
|
||||
@@ -96,7 +96,7 @@ External (_SB_.PCI0.LPCB, DeviceObj) <- Rename this
|
||||
Scope (_SB.PCI0.LPCB) <- Rename this
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Following the example pathing we found, the SSDT should look something like this:
|
||||
|
||||
@@ -108,7 +108,7 @@ External (_SB_.PC00.LPC0, DeviceObj) <- Renamed
|
||||
Scope (_SB.PC00.LPC0) <- Renamed
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ This is the equivalent of not having an EC as we can't control it with our SSDT-
|
||||
|
||||
Example of an EC with STA already:
|
||||
|
||||

|
||||

|
||||
|
||||
## Compiling the SSDT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user