All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vaclav Mocek <vmocek@gmail.com>
To: joeyli <jlee@suse.com>
Cc: mjg@redhat.com, platform-driver-x86@vger.kernel.org,
	Ike Panhc <ike.pan@canonical.com>
Subject: Re: drivers/platform/x86/acer-wmi.c: Support for another Lenovo Ideapad S205
Date: Tue, 20 Mar 2012 00:45:30 +0000	[thread overview]
Message-ID: <4F67D32A.8080902@gmail.com> (raw)
In-Reply-To: <1331872472.10557.251.camel@linux-s257.site>

Hi Joey,

>
> If you want, Please kindly try this patch.
[Re]tested, it works. Actually, it was the first thing I tried, but 
after that I found out there are other sixteen known product names.

Vaclav M.
>
> Thanks a lot!
> Joey Lee
>
> > From 02a341b8142f71190c09a1a4fe509922b8f055c4 Mon Sep 17 00:00:00 2001
> From: "Lee, Chun-Yi"<jlee@suse.com>
> Date: Fri, 16 Mar 2012 12:31:08 +0800
> Subject: [PATCH] acer-wmi: add support Lenovo Ideapad S205 Brazos
>
> acer-wmi: add support Lenovo Ideapad S205 Brazos
>
> Signed-off-by: Lee, Chun-Yi<jlee@suse.com>
> ---
>   drivers/platform/x86/acer-wmi.c |    9 +++++++++
>   1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> index 1e5290b..f158956 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -468,6 +468,15 @@ static struct dmi_system_id acer_quirks[] = {
>   	},
>   	{
>   		.callback = dmi_matched,
> +		.ident = "Lenovo Ideapad S205",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Brazos"),
> +		},
> +		.driver_data =&quirk_lenovo_ideapad_s205,
> +	},
> +	{
> +		.callback = dmi_matched,
>   		.ident = "Lenovo 3000 N200",
>   		.matches = {
>   			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),

  reply	other threads:[~2012-03-20  0:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14  3:01 drivers/platform/x86/acer-wmi.c: Support for another Lenovo Ideapad S205 Vaclav Mocek
2012-03-14  6:16 ` Ike Panhc
2012-03-14 21:49   ` Vaclav Mocek
2012-03-15 23:09   ` Vaclav Mocek
2012-03-16  3:46     ` Ike Panhc
2012-03-16  3:53       ` Ike Panhc
2012-03-16  4:34 ` joeyli
2012-03-20  0:45   ` Vaclav Mocek [this message]
2012-03-20  2:05     ` joeyli
2012-03-20  3:03       ` Ike Panhc
2012-03-20  3:22         ` joeyli

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=4F67D32A.8080902@gmail.com \
    --to=vmocek@gmail.com \
    --cc=ike.pan@canonical.com \
    --cc=jlee@suse.com \
    --cc=mjg@redhat.com \
    --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.