mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
Add STA Edge Case
This commit is contained in:
13264
.gitignore
vendored
13264
.gitignore
vendored
File diff suppressed because it is too large
Load Diff
@@ -54,6 +54,8 @@ When this happens you need to figure out which is the main and which is not, it'
|
||||
* `_CRS` (Current Resource Settings)
|
||||
* `_GPE` (General Purpose Events)
|
||||
|
||||
Note if you have an STA Method as well, see below: [STA Edge Case](/Desktops/desktop-ec.md#sta-edge-case)
|
||||
|
||||
> What happens if no `PNP0C09` show up?
|
||||
|
||||
So what this means: EC faking is not mandatory for booting, instead only **recommended for proper USB power**.
|
||||
@@ -99,9 +101,16 @@ Scope (\_SB.PC00.LPC0) <- Rename this
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
For those having issues, you can also check `Device Manager -> CPU -> BIOS device Name`. Widows will only report the main EC so will save you some headache on that
|
||||
For those having issues, you can also check `Device Manager -> CPU -> BIOS device Name`. Windows will only report the main EC so will save you some headache on that
|
||||
|
||||
## STA Edge Case
|
||||
|
||||

|
||||
|
||||
Do note that if your PNP0C09 device has a `Method (_STA` already you can skip down to "What happens if no `PNP0C09` show up?".
|
||||
The reason for this is that the real EC is considered disabled already.
|
||||
|
||||
## Correcting USB Power
|
||||
|
||||
|
||||
5
_book/.gitignore
vendored
5
_book/.gitignore
vendored
@@ -57,3 +57,8 @@ _book/extra-files/SSDT-dGPU-Off.dsl
|
||||
_book/Desktops/desktop-ec.html
|
||||
_book/Desktops/desktop-disable.html
|
||||
_book/cleanup.html
|
||||
_book/images/Universal/smbus-md/smbus.png
|
||||
_book/images/Universal/plug-md/plug-x299.png
|
||||
_book/images/Universal/plug-md/plug-bios.png
|
||||
_book/images/Laptops/ec.png
|
||||
_book/images/Desktops/ec.png
|
||||
|
||||
13
book.json
13
book.json
@@ -1,10 +1,21 @@
|
||||
{
|
||||
"plugins": ["theme-default", "-lunr", "-search", "search-plus", "addcssjs", "favicon-plus", "github-edit", "anchors", "last-modified", "medium-zoom"],
|
||||
"plugins": ["theme-default", "-lunr", "-search", "search-plus", "addcssjs", "favicon-plus", "anchors", "github-buttons", "last-modified", "medium-zoom"],
|
||||
"pluginsConfig": {
|
||||
"fontsettings": {
|
||||
"theme": "night",
|
||||
"family": "sans"
|
||||
},
|
||||
"github-buttons": {
|
||||
"buttons": [{
|
||||
"user": "dortania",
|
||||
"repo": "Getting-Started-With-ACPI",
|
||||
"type": "star",
|
||||
"size": "large"
|
||||
}]
|
||||
},
|
||||
"intopic-toc": {
|
||||
"label": "Navigation"
|
||||
},
|
||||
"github-edit": {
|
||||
"repo": "dortania/Getting-Started-With-ACPI",
|
||||
"branch": "master"
|
||||
|
||||
BIN
images/Desktops/sta.png
Normal file
BIN
images/Desktops/sta.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 532 KiB |
Reference in New Issue
Block a user