From f2ebcc414eb320dae9f26b5bc7d9129696583c3c Mon Sep 17 00:00:00 2001 From: nvmnghia Date: Sun, 22 May 2022 05:40:21 +0700 Subject: [PATCH] Remove redundant links in edge case list (#72) The edge case list in the DSDT sections contains redundant links (basically a TOC of the file). Those links are now removed. --- Universal/ec-methods/manual.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Universal/ec-methods/manual.md b/Universal/ec-methods/manual.md index 5b1ba1a..54d59dd 100644 --- a/Universal/ec-methods/manual.md +++ b/Universal/ec-methods/manual.md @@ -43,18 +43,10 @@ But now we get into edge case territory, what fun! The main ones to check for are: -* [Fixing Embedded Controllers: Manual](#fixing-embedded-controllers-manual) - * [Finding the ACPI path](#finding-the-acpi-path) - * [DSDT](#dsdt) - * [DeviceManager](#devicemanager) - * [Edits to the sample SSDT](#edits-to-the-sample-ssdt) - * [Edge Cases](#edge-cases) - * [Multiple PNP0C09's show up](#multiple-pnp0c09s-show-up) - * [No PNP0C09 show up](#no-pnp0c09-show-up) - * [PNP0C09 already named `EC`](#pnp0c09-already-named-ec) - * [PNP0C09 already has an `_STA` method](#pnp0c09-already-has-an-_sta-method) - * [Compiling the SSDT](#compiling-the-ssdt) - * [Wrapping up](#wrapping-up) +* [Multiple PNP0C09's show up](#multiple-pnp0c09s-show-up) +* [No PNP0C09 show up](#no-pnp0c09-show-up) +* [PNP0C09 already named `EC`](#pnp0c09-already-named-ec) +* [PNP0C09 already has an `_STA` method](#pnp0c09-already-has-an-_sta-method) If none of the above apply to you, you're ready for the next section: