public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 3/6] eeepc-laptop: enable Bluetooth for Asus EEE 901
@ 2009-01-09 20:17 akpm
  2009-01-09 21:24 ` Len Brown
  0 siblings, 1 reply; 4+ messages in thread
From: akpm @ 2009-01-09 20:17 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi, akpm, santiago, corentincj, mjg59

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,
_

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-09 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-09 20:17 [patch 3/6] eeepc-laptop: enable Bluetooth for Asus EEE 901 akpm
2009-01-09 21:24 ` Len Brown
2009-01-09 21:39   ` Andrew Morton
2009-01-09 21:49     ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox