Deploy dortania/Getting-Started-With-ACPI to github.com/dortania/Getting-Started-With-ACPI.git:gh-pages

This commit is contained in:
Travis Build Bot (from Travis CI)
2020-06-18 03:10:45 +00:00
parent 865287b6c0
commit ec597b313b
41 changed files with 413 additions and 407 deletions

View File

@@ -438,7 +438,7 @@
<a href="../plug.html">
Plugin type
CPU Power Management
</a>
@@ -782,21 +782,30 @@
<section class="normal markdown-section">
<blockquote>
<p><em>Last modified: Tue Jun 16 2020 16:57:02 GMT+0000 (Coordinated Universal Time)</em></p>
<html><head></head><body><blockquote>
<p><em>Last modified: Thu Jun 18 2020 03:09:33 GMT+0000 (Coordinated Universal Time)</em></p>
</blockquote>
<h1 id="fixing-embedded-controllers-manual"><a name="fixing-embedded-controllers-manual" class="plugin-anchor" href="#fixing-embedded-controllers-manual"><i class="fa fa-link" aria-hidden="true"></i></a>Fixing Embedded Controllers: Manual</h1>
<ul>
<li><a href="#fixing-embedded-controllers-manual">Fixing Embedded Controllers: Manual</a><ul>
<li><a href="#finding-the-acpi-path">Finding the ACPI path</a><ul>
<li><a href="#DSDT">DSDT</a></li>
<li><a href="#dsdt">DSDT</a></li>
<li><a href="#devicemanager">DeviceManager</a></li>
</ul>
</li>
<li><a href="#edits-to-the-sample-ssdt">Edits to the sample SSDT</a></li>
<li><a href="#edge-cases">Edge Cases</a></li>
<li><a href="#edge-cases">Edge Cases</a><ul>
<li><a href="#multiple-pnp0c09s-show-up">Multiple PNP0C09&apos;s show up</a></li>
<li><a href="#no-pnp0c09-show-up">No PNP0C09 show up</a></li>
<li><a href="#pnp0c09-already-named-ec">PNP0C09 already named <code>EC</code></a></li>
<li><a href="#pnp0c09-already-has-an-_sta-method">PNP0C09 already has an <code>_STA</code> method</a></li>
</ul>
</li>
<li><a href="#compiling-the-ssdt">Compiling the SSDT</a></li>
<li><a href="#wrapping-up">Wrapping up</a></li>
</ul>
</li>
</ul>
<p>TO-DO:</p>
<ul>
<li>Finish Edge cases and sample SSDT edits</li>
@@ -825,10 +834,24 @@
<p>But now we get into edge case territory, what fun!</p>
<p>The main ones to check for are:</p>
<ul>
<li><a href="#fixing-embedded-controllers-manual">Fixing Embedded Controllers: Manual</a><ul>
<li><a href="#finding-the-acpi-path">Finding the ACPI path</a><ul>
<li><a href="#dsdt">DSDT</a></li>
<li><a href="#devicemanager">DeviceManager</a></li>
</ul>
</li>
<li><a href="#edits-to-the-sample-ssdt">Edits to the sample SSDT</a></li>
<li><a href="#edge-cases">Edge Cases</a><ul>
<li><a href="#multiple-pnp0c09s-show-up">Multiple PNP0C09&apos;s show up</a></li>
<li><a href="#no-pnp0c09-show-up">No PNP0C09 show up</a></li>
<li><a href="#pnp0c09-already-named-ec">PNP0C09 already named <code>EC</code></a></li>
<li><a href="#pnp0c09-already-has-an-sta-method">PNP0C09 already has an <code>_STA</code> method</a></li>
<li><a href="#pnp0c09-already-has-an-_sta-method">PNP0C09 already has an <code>_STA</code> method</a></li>
</ul>
</li>
<li><a href="#compiling-the-ssdt">Compiling the SSDT</a></li>
<li><a href="#wrapping-up">Wrapping up</a></li>
</ul>
</li>
</ul>
<p>If none of the above apply to you, you&apos;re ready for the next section:</p>
<h3 id="devicemanager"><a name="devicemanager" class="plugin-anchor" href="#devicemanager"><i class="fa fa-link" aria-hidden="true"></i></a>DeviceManager</h3>
@@ -900,7 +923,7 @@ Scope (_SB.PC00.LPC0) &lt;- Renamed
<ul>
<li><a href="../../cleanup.html"><strong>Cleanup</strong></a></li>
</ul>
</body></html>
</section>
@@ -932,7 +955,7 @@ Scope (_SB.PC00.LPC0) &lt;- Renamed
</a>
<a href="../plug.html" class="navigation navigation-next " aria-label="Next page: Plugin type">
<a href="../plug.html" class="navigation navigation-next " aria-label="Next page: CPU Power Management">
<i class="fa fa-angle-right"></i>
</a>
@@ -943,7 +966,7 @@ Scope (_SB.PC00.LPC0) &lt;- Renamed
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Manual","level":"6.1.3","depth":2,"next":{"title":"Plugin type","level":"6.2","depth":1,"path":"Universal/plug.md","ref":"Universal/plug.md","articles":[{"title":"Prebuilt","level":"6.2.1","depth":2,"path":"Universal/plug-methods/prebuilt.md","ref":"Universal/plug-methods/prebuilt.md","articles":[]},{"title":"SSDTTime","level":"6.2.2","depth":2,"path":"Universal/plug-methods/ssdttime.md","ref":"Universal/plug-methods/ssdttime.md","articles":[]},{"title":"Manual","level":"6.2.3","depth":2,"path":"Universal/plug-methods/manual.md","ref":"Universal/plug-methods/manual.md","articles":[]}]},"previous":{"title":"SSDTTime","level":"6.1.2","depth":2,"path":"Universal/ec-methods/ssdttime.md","ref":"Universal/ec-methods/ssdttime.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus","anchors","github-buttons","last-modified","medium-zoom"],"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"},"pluginsConfig":{"last-modified":{},"output":"_book","intopic-toc":{"label":"Navigation"},"addcssjs":{"css":[],"js":[]},"medium-zoom":{},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"github-edit":{"repo":"dortania/Getting-Started-With-ACPI","branch":"master"},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","github-buttons":{"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":[]},"theme-default":{"showLevel":false,"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}},"anchors":{},"search-plus":{}},"theme":"default","medium-zoom":{"margin":24,"background":"#363b40","scrollOffset":0},"pdf":{"pageBreaksBefore":"/","headerTemplate":null,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"links":{"sharing":{"google":false,"facebook":false,"twitter":false,"weibo":false,"all":false}},"gitbook":"*"},"file":{"path":"Universal/ec-methods/manual.md","mtime":"2020-06-16T16:57:02.648Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-06-16T16:57:52.486Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"Manual","level":"6.1.3","depth":2,"next":{"title":"CPU Power Management","level":"6.2","depth":1,"path":"Universal/plug.md","ref":"Universal/plug.md","articles":[{"title":"Prebuilt","level":"6.2.1","depth":2,"path":"Universal/plug-methods/prebuilt.md","ref":"Universal/plug-methods/prebuilt.md","articles":[]},{"title":"SSDTTime","level":"6.2.2","depth":2,"path":"Universal/plug-methods/ssdttime.md","ref":"Universal/plug-methods/ssdttime.md","articles":[]},{"title":"Manual","level":"6.2.3","depth":2,"path":"Universal/plug-methods/manual.md","ref":"Universal/plug-methods/manual.md","articles":[]}]},"previous":{"title":"SSDTTime","level":"6.1.2","depth":2,"path":"Universal/ec-methods/ssdttime.md","ref":"Universal/ec-methods/ssdttime.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus","anchors","github-buttons","last-modified","medium-zoom","table-cell-merge"],"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"},"pluginsConfig":{"last-modified":{},"output":"_book","intopic-toc":{"label":"Navigation"},"addcssjs":{"css":[],"js":[]},"medium-zoom":{},"table-cell-merge":{},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"github-edit":{"repo":"dortania/Getting-Started-With-ACPI","branch":"master"},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","github-buttons":{"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":[]},"theme-default":{"showLevel":false,"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}},"anchors":{},"search-plus":{}},"theme":"default","medium-zoom":{"margin":24,"background":"#363b40","scrollOffset":0},"pdf":{"pageBreaksBefore":"/","headerTemplate":null,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"links":{"sharing":{"google":false,"facebook":false,"twitter":false,"weibo":false,"all":false}},"gitbook":"*"},"file":{"path":"Universal/ec-methods/manual.md","mtime":"2020-06-18T03:09:33.813Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-06-18T03:10:31.723Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>