From 1387c540b9b3061d88539afab7ce1acdf7f68c42 Mon Sep 17 00:00:00 2001 From: superkid200 Date: Mon, 5 Oct 2020 21:40:35 +0700 Subject: [PATCH 1/2] List possible LPC pathing There should be some possible LPC pathing for readers to reference in case they do not have PNP0C09. Otherwise they may give up and use prebuilt instead as it's the easiest method. --- Universal/ec-methods/manual.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Universal/ec-methods/manual.md b/Universal/ec-methods/manual.md index a5da5d2..240fa64 100644 --- a/Universal/ec-methods/manual.md +++ b/Universal/ec-methods/manual.md @@ -128,7 +128,11 @@ What these signify is whether this PNP0C09 device is real or not, as per the [AC ### No PNP0C09 show up -When this happens, you'll only need to create a "dummy" EC for macOS. You'll still want to find the PCI and LPC pathing for this device. So follow the guide as if you were creating a laptop SSDT-EC/USBX. +When this happens, you'll only need to create a "dummy" EC for macOS. + +Try searching for any devices named: "LPCB", "LPC0", "LPC", "SBRG", "PX40". If you have any of these, try using the LPC pathing of each of those device in place of the Embedded Controller's pathing. + +Note that **DO NOT** uncomment the EC disaling code as there are no devices that is considered "EC" in your machine. ### PNP0C09 already named `EC` From fa2aa21bdbac004db39ce37f4c04c31521c4b853 Mon Sep 17 00:00:00 2001 From: superkid200 Date: Mon, 5 Oct 2020 21:44:09 +0700 Subject: [PATCH 2/2] List possible LPC pathing If the user does not have PNP0C09, we should provide possible LPC pathing as alternatives. Otherwise they might switch to Prebuilt or SSDTTime. --- Universal/ec-methods/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Universal/ec-methods/manual.md b/Universal/ec-methods/manual.md index 240fa64..3db5465 100644 --- a/Universal/ec-methods/manual.md +++ b/Universal/ec-methods/manual.md @@ -132,7 +132,7 @@ When this happens, you'll only need to create a "dummy" EC for macOS. Try searching for any devices named: "LPCB", "LPC0", "LPC", "SBRG", "PX40". If you have any of these, try using the LPC pathing of each of those device in place of the Embedded Controller's pathing. -Note that **DO NOT** uncomment the EC disaling code as there are no devices that is considered "EC" in your machine. +Note that **DO NOT** uncomment the EC disaling code as there are no devices that are considered "EC" in your machine. ### PNP0C09 already named `EC`