Add STA Edge Case

This commit is contained in:
Mykola Grymalyuk
2020-04-13 21:18:55 -06:00
parent 995353058c
commit 9cb04fa336
5 changed files with 13292 additions and 3 deletions

13264
.gitignore vendored

File diff suppressed because it is too large Load Diff

View File

@@ -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
}
```
![](/images/Desktop/ec.png)
![](/images/Desktops/ec.png)
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
![Credit to rottenpants466](/images/Desktops/sta.png)
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
View File

@@ -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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 KiB