public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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

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