* Patch enabling Bluetooth for Asus EEE 901
@ 2008-12-28 10:20 Ondrej Zajicek
2008-12-28 14:58 ` Matthew Garrett
0 siblings, 1 reply; 4+ messages in thread
From: Ondrej Zajicek @ 2008-12-28 10:20 UTC (permalink / raw)
To: corentincj, linux-kernel; +Cc: mjg, len.brown
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>
diff -uprN -X linux-2.6.28-plain/Documentation/dontdiff linux-2.6.28-plain/drivers/misc/eeepc-laptop.c linux-2.6.28/drivers/misc/eeepc-laptop.c
--- linux-2.6.28-plain/drivers/misc/eeepc-laptop.c 2008-12-25 00:26:37.000000000 +0100
+++ linux-2.6.28/drivers/misc/eeepc-laptop.c 2008-12-27 11:19:25.000000000 +0100
@@ -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,
--
Elen sila lumenn' omentielvo
Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Patch enabling Bluetooth for Asus EEE 901
2008-12-28 10:20 Patch enabling Bluetooth for Asus EEE 901 Ondrej Zajicek
@ 2008-12-28 14:58 ` Matthew Garrett
2008-12-29 3:56 ` Len Brown
0 siblings, 1 reply; 4+ messages in thread
From: Matthew Garrett @ 2008-12-28 14:58 UTC (permalink / raw)
To: Ondrej Zajicek; +Cc: corentincj, linux-kernel, len.brown
On Sun, Dec 28, 2008 at 11:20:27AM +0100, Ondrej Zajicek wrote:
> eeepc-laptop driver has interface for enabling/disabling
> Bluetooth, but it does not work. This patch fixes it.
An identical patch was posted at the start of the month in
<20081203203111.GA28234@earth.li> - Len, are you picking up patches from
-acpi at the moment, or do they need to be sent to you as well?
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch enabling Bluetooth for Asus EEE 901
2008-12-28 14:58 ` Matthew Garrett
@ 2008-12-29 3:56 ` Len Brown
2008-12-29 10:03 ` Corentin Chary
0 siblings, 1 reply; 4+ messages in thread
From: Len Brown @ 2008-12-29 3:56 UTC (permalink / raw)
To: Matthew Garrett
Cc: Ondrej Zajicek, corentincj, Linux Kernel Mailing List,
acpi4asus-user
On Sun, 28 Dec 2008, Matthew Garrett wrote:
> On Sun, Dec 28, 2008 at 11:20:27AM +0100, Ondrej Zajicek wrote:
> > eeepc-laptop driver has interface for enabling/disabling
> > Bluetooth, but it does not work. This patch fixes it.
>
> An identical patch was posted at the start of the month in
> <20081203203111.GA28234@earth.li> - Len, are you picking up patches from
> -acpi at the moment, or do they need to be sent to you as well?
Re: list
The list for this driver is acpi4asus-user@lists.sourceforge.net
I'm not on that list, but presumably the maintainer,
Corentin Chary, is.
When I see patches for the platform specific drivers on
linux-acpi, I generally do try to pick them up, but I usually
request an ACK from the primary maintainer --
for often I have no means by inspection or testing
to verify the change, and that maintainer is the one
who gets the headache if the patch causes problems.
I'd pick them up if I see them on lkml as well - but I only
see lkml messages if they are addressed to me or if they
have the word "ACPI" in them.
Finally, I'd definitely pick them up if the primary
maintainer forwards them to me.
I've been offline since before the holidays,
just getting back online now. Apparently I didn't find the
holidays as boring as Linus did.
cheers,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-12-29 10:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-28 10:20 Patch enabling Bluetooth for Asus EEE 901 Ondrej Zajicek
2008-12-28 14:58 ` Matthew Garrett
2008-12-29 3:56 ` Len Brown
2008-12-29 10:03 ` Corentin Chary
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox