From: Len Brown <lenb@kernel.org>
To: akpm@linux-foundation.org
Cc: linux-acpi@vger.kernel.org, santiago@crfreenet.org,
corentincj@iksaif.net, mjg59@srcf.ucam.org
Subject: Re: [patch 3/6] eeepc-laptop: enable Bluetooth for Asus EEE 901
Date: Fri, 09 Jan 2009 16:24:09 -0500 (EST) [thread overview]
Message-ID: <alpine.LFD.2.00.0901091623400.16697@localhost.localdomain> (raw)
In-Reply-To: <200901092017.n09KHA3E014942@imap1.linux-foundation.org>
the original version of this patch is already in my tree
queued for linus.
thanks,
Len Brown, Intel Open Source Technology Center
On Fri, 9 Jan 2009, akpm@linux-foundation.org wrote:
> From: Ondrej Zajicek <santiago@crfreenet.org>
>
> eeepc-laptop driver has interface for enabling/disabling Bluetooth, but it
> does not work. This patch fixes it.
>
> Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
> Cc: Matthew Garrett <mjg59@srcf.ucam.org>
> Cc: Corentin Chary <corentincj@iksaif.net>
> Cc: Len Brown <lenb@kernel.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/platform/x86/eeepc-laptop.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff -puN drivers/platform/x86/eeepc-laptop.c~eeepc-laptop-enable-bluetooth-for-asus-eee-901 drivers/platform/x86/eeepc-laptop.c
> --- a/drivers/platform/x86/eeepc-laptop.c~eeepc-laptop-enable-bluetooth-for-asus-eee-901
> +++ a/drivers/platform/x86/eeepc-laptop.c
> @@ -90,7 +90,7 @@ enum {
> };
>
> static const char *cm_getv[] = {
> - "WLDG", NULL, NULL, NULL,
> + "WLDG", "BTHG", NULL, NULL,
> "CAMG", NULL, NULL, NULL,
> NULL, "PBLG", NULL, NULL,
> "CFVG", NULL, NULL, NULL,
> @@ -99,7 +99,7 @@ static const char *cm_getv[] = {
> };
>
> static const char *cm_setv[] = {
> - "WLDS", NULL, NULL, NULL,
> + "WLDS", "BTHS", NULL, NULL,
> "CAMS", NULL, NULL, NULL,
> "SDSP", "PBLS", "HDPS", NULL,
> "CFVS", NULL, NULL, NULL,
> _
>
next prev parent reply other threads:[~2009-01-09 21:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-09 20:17 [patch 3/6] eeepc-laptop: enable Bluetooth for Asus EEE 901 akpm
2009-01-09 21:24 ` Len Brown [this message]
2009-01-09 21:39 ` Andrew Morton
2009-01-09 21:49 ` Len Brown
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=alpine.LFD.2.00.0901091623400.16697@localhost.localdomain \
--to=lenb@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=corentincj@iksaif.net \
--cc=linux-acpi@vger.kernel.org \
--cc=mjg59@srcf.ucam.org \
--cc=santiago@crfreenet.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