* [PATCH] Add EEE Bluetooth ACPI details
@ 2008-12-03 20:31 Jonathan McDowell
2008-12-03 20:34 ` Matthew Garrett
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan McDowell @ 2008-12-03 20:31 UTC (permalink / raw)
To: corentincj, linux-acpi; +Cc: linux-kernel, Matthew Garrett
Although rfkill support for the EEE bluetooth device has been added to
2.6.28-rc the appropriate ACPI accessor definitions were not added, so
the support was non functional. The patch below adds the get and set
accessors and has been verified to work on an EEE 901.
Signed-off-by: Jonathan McDowell <noodles@earth.li>
-----
diff --git a/drivers/misc/eeepc-laptop.c b/drivers/misc/eeepc-laptop.c
index 02fe2b8..9d93cb9 100644
--- a/drivers/misc/eeepc-laptop.c
+++ b/drivers/misc/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,
-----
J.
--
/-\ | umop 3pisdn w,I u3ym hx3s os w,I
|@/ Debian GNU/Linux Developer |
\- |
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Add EEE Bluetooth ACPI details
2008-12-03 20:31 [PATCH] Add EEE Bluetooth ACPI details Jonathan McDowell
@ 2008-12-03 20:34 ` Matthew Garrett
2008-12-29 11:11 ` Corentin Chary
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Garrett @ 2008-12-03 20:34 UTC (permalink / raw)
To: Jonathan McDowell; +Cc: corentincj, linux-acpi, linux-kernel
On Wed, Dec 03, 2008 at 08:31:11PM +0000, Jonathan McDowell wrote:
> Although rfkill support for the EEE bluetooth device has been added to
> 2.6.28-rc the appropriate ACPI accessor definitions were not added, so
> the support was non functional. The patch below adds the get and set
> accessors and has been verified to work on an EEE 901.
>
> Signed-off-by: Jonathan McDowell <noodles@earth.li>
Acked-by: Matthew Garrett <mjg@redhat.com>
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add EEE Bluetooth ACPI details
2008-12-03 20:34 ` Matthew Garrett
@ 2008-12-29 11:11 ` Corentin Chary
0 siblings, 0 replies; 3+ messages in thread
From: Corentin Chary @ 2008-12-29 11:11 UTC (permalink / raw)
To: Matthew Garrett; +Cc: Jonathan McDowell, linux-acpi, linux-kernel, Len Brown
On Wed, Dec 3, 2008 at 9:34 PM, Matthew Garrett <mjg59@srcf.ucam.org> wrote:
> On Wed, Dec 03, 2008 at 08:31:11PM +0000, Jonathan McDowell wrote:
>> Although rfkill support for the EEE bluetooth device has been added to
>> 2.6.28-rc the appropriate ACPI accessor definitions were not added, so
>> the support was non functional. The patch below adds the get and set
>> accessors and has been verified to work on an EEE 901.
>>
>> Signed-off-by: Jonathan McDowell <noodles@earth.li>
>
> Acked-by: Matthew Garrett <mjg@redhat.com>
>
Hi Len,
Could you push this ?
Acked-by: Corentin Chary <corentincj@iksaif.net>
--
Corentin Chary
http://xf.iksaif.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-12-29 11:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 20:31 [PATCH] Add EEE Bluetooth ACPI details Jonathan McDowell
2008-12-03 20:34 ` Matthew Garrett
2008-12-29 11:11 ` Corentin Chary
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox