mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-03 20:39:48 -08:00
Inital import
This commit is contained in:
@@ -13,7 +13,7 @@ Next, search for the `Device (RHUB)`
|
||||
|
||||
You should get something like the following show up:
|
||||
|
||||

|
||||

|
||||
|
||||
From the above, we can see that the full ACPI pathing for RHUB is `PCI0.XHC.RHUB`. If it's not as clear you can search for what those device paths are for your system:
|
||||
|
||||
@@ -42,7 +42,7 @@ External (_SB_.PCI0.XHC_.RHUB, DeviceObj) <- Rename this
|
||||
Scope (_SB.PCI0.XHC_.RHUB) <- Rename this
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Following the example pathing we found, the SSDT should look something like this:
|
||||
|
||||
@@ -54,7 +54,7 @@ External (_SB.PCI0.XHC1.RHUB, DeviceObj) <- Renamed
|
||||
Scope (_SB.PCI0.XHC1.RHUB) <- Renamed
|
||||
```
|
||||
|
||||

|
||||

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