All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrej Gelenberg <andrej.gelenberg@udo.edu>
To: borislav@users.sf.net, hmh@hmh.eng.br
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	platform-driver-x86@vger.kernel.org
Subject: [PATCH] thinkpad_acpi: add support for thinkpad x100e
Date: Sun, 09 May 2010 21:05:57 +0200	[thread overview]
Message-ID: <4BE70795.6060403@udo.edu> (raw)

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

             reply	other threads:[~2010-05-09 19:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-09 19:05 Andrej Gelenberg [this message]
2010-05-10 12:10 ` [PATCH] thinkpad_acpi: add support for thinkpad x100e Henrique de Moraes Holschuh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BE70795.6060403@udo.edu \
    --to=andrej.gelenberg@udo.edu \
    --cc=akpm@linux-foundation.org \
    --cc=borislav@users.sf.net \
    --cc=hmh@hmh.eng.br \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.