All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thinkpad_acpi: add support for thinkpad x100e
@ 2010-05-09 19:05 Andrej Gelenberg
  2010-05-10 12:10 ` Henrique de Moraes Holschuh
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Gelenberg @ 2010-05-09 19:05 UTC (permalink / raw)
  To: borislav, hmh; +Cc: akpm, linux-kernel, platform-driver-x86

Embedded controller path is "\\_SB.PCI0.LPC0.EC" on Lenovo Thinkpad X100e.

  Signed-off-by: Andrej Gelenberg <andrej.gelenberg@udo.edu>

---
  drivers/platform/x86/thinkpad_acpi.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/platform/x86/thinkpad_acpi.c 
b/drivers/platform/x86/thinkpad_acpi.c
index 63290b3..7113457 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
@@ -508,6 +508,7 @@ TPACPI_HANDLE(ec, root, "\\_SB.PCI0.ISA.EC0", 
/* 240, 240x */
            "\\_SB.PCI0.AD4S.EC0",       /* i1400, R30 */
            "\\_SB.PCI0.ICH3.EC0",       /* R31 */
            "\\_SB.PCI0.LPC.EC", /* all others */
+          "\\_SB.PCI0.LPC0.EC",        /* X100e */
            );

  TPACPI_HANDLE(ecrd, ec, "ECRD");       /* 570 */
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] thinkpad_acpi: add support for thinkpad x100e
  2010-05-09 19:05 [PATCH] thinkpad_acpi: add support for thinkpad x100e Andrej Gelenberg
@ 2010-05-10 12:10 ` Henrique de Moraes Holschuh
  0 siblings, 0 replies; 2+ messages in thread
From: Henrique de Moraes Holschuh @ 2010-05-10 12:10 UTC (permalink / raw)
  To: Andrej Gelenberg; +Cc: borislav, akpm, linux-kernel, platform-driver-x86

On Sun, 09 May 2010, Andrej Gelenberg wrote:
> Embedded controller path is "\\_SB.PCI0.LPC0.EC" on Lenovo Thinkpad X100e.

Yeah, and I have a proper fix queued already, that locates the EC by
HID, so NACK.

However, even that is not enough.  The vid_handle needs to be fixed as
well, and there are a few bugs in that area that make it somewhat
not-a-good-idea to just fix the EC detection.

This is why I didn't push the simple fix yet.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-10 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-09 19:05 [PATCH] thinkpad_acpi: add support for thinkpad x100e Andrej Gelenberg
2010-05-10 12:10 ` Henrique de Moraes Holschuh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.