linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Keng-Yu Lin <keng-yu.lin@canonical.com>
Cc: linux-wireless@vger.kernel.org,
	Carlos Corbacho <carlos@strangeworlds.co.uk>,
	aceracpi@googlegroups.com
Subject: Re: [PATCH] acer-wmi: Add DMI quirk to blacklist Acer Aspire One BA01-DV/JM11-ML.
Date: Mon, 30 Nov 2009 13:24:46 -0500	[thread overview]
Message-ID: <20091130182445.GC21401@tuxdriver.com> (raw)
In-Reply-To: <1259214413-21956-1-git-send-email-keng-yu.lin@canonical.com>

I think this needs to go through someone else's tree...

John

On Thu, Nov 26, 2009 at 01:46:53PM +0800, Keng-Yu Lin wrote:
> The two Acer Aspire One models should be blacklisted to prevent from
> reporting rfkill is enabled since it's hardware controlled.
> 
> Signed-off-by: Keng-Yu Lin <keng-yu.lin@canonical.com>
> ---
>  drivers/platform/x86/acer-wmi.c |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> index 454970d..b39766c 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -241,6 +241,20 @@ static struct dmi_system_id __devinitdata acer_blacklist[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "AOA150"),
>  		},
>  	},
> +	{
> +		.ident = "Acer Aspire One (BA01-DV)",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "AO531h"),
> +		},
> +	},
> +	{
> +		.ident = "Acer Aspire One (JM11-ML)",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "AO751h"),
> +		},
> +	},
>  	{}
>  };
>  
> -- 
> 1.6.3.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

      reply	other threads:[~2009-11-30 18:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-26  5:46 [PATCH] acer-wmi: Add DMI quirk to blacklist Acer Aspire One BA01-DV/JM11-ML Keng-Yu Lin
2009-11-30 18:24 ` John W. Linville [this message]

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=20091130182445.GC21401@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=aceracpi@googlegroups.com \
    --cc=carlos@strangeworlds.co.uk \
    --cc=keng-yu.lin@canonical.com \
    --cc=linux-wireless@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).