mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: joeyli <jlee@suse.com>
To: Seth Forshee <seth.forshee@canonical.com>
Cc: Joey Lee <jlee@novell.com>, Matthew Garrett <mjg@redhat.com>,
	platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] acer-wmi: Add wireless quirk for Lenovo 3000 N200
Date: Thu, 06 Oct 2011 16:38:34 +0800	[thread overview]
Message-ID: <1317890314.11626.115.camel@linux-s257.site> (raw)
In-Reply-To: <1317756778-11822-1-git-send-email-seth.forshee@canonical.com>

Hi Seth, 

於 二,2011-10-04 於 14:32 -0500,Seth Forshee 提到:
> This quirk fixes the wlan rfkill status on this machine. Without
> it, wlan is permanently soft blocked whenever acer-wmi is loaded.
> 
> BugLink: https://bugs.launchpad.net/bugs/865807
> Signed-off-by: Seth Forshee <seth.forshee@canonical.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 af2bb20..dac286a 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -464,6 +464,15 @@ static struct dmi_system_id acer_quirks[] = {
>  		},
>  		.driver_data = &quirk_lenovo_ideapad_s205,
>  	},
> +	{
> +		.callback = dmi_matched,
> +		.ident = "Lenovo 3000 N200",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "0687A31"),
> +		},
> +		.driver_data = &quirk_fujitsu_amilo_li_1718,
> +	},
>  	{}
>  };
>  

Simple applied and tested on my acer machine, no problem!

Reviewed-by: Lee, Chun-Yi <jlee@novell.com>

Thank's for your patch!
Joey Lee


  reply	other threads:[~2011-10-06  8:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-04 19:32 Seth Forshee
2011-10-06  8:38 ` joeyli [this message]
2011-10-06 20:01   ` Seth Forshee

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=1317890314.11626.115.camel@linux-s257.site \
    --to=jlee@suse.com \
    --cc=jlee@novell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjg@redhat.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=seth.forshee@canonical.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome