* [PATCH 1/1] update rfkill.h from kernel 2.6.33
@ 2010-01-19 7:05 Tomas Winkler
2010-01-19 17:53 ` Luis R. Rodriguez
0 siblings, 1 reply; 8+ messages in thread
From: Tomas Winkler @ 2010-01-19 7:05 UTC (permalink / raw)
To: johannes; +Cc: linux-wireless, Tomas Winkler
1. add FM radio type
2. update rfkill_type docs
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
rfkill.c | 3 +++
rfkill.h | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/rfkill.c b/rfkill.c
index 216e6ac..3f71181 100644
--- a/rfkill.c
+++ b/rfkill.c
@@ -109,6 +109,8 @@ static const char *type2string(enum rfkill_type type)
return "Wireless WAN";
case RFKILL_TYPE_GPS:
return "GPS";
+ case RFKILL_TYPE_FM:
+ return "FM";
case NUM_RFKILL_TYPES:
return NULL;
}
@@ -203,6 +205,7 @@ static struct rfkill_type_str rfkill_type_strings[] = {
{ .type = RFKILL_TYPE_WIMAX, .name = "wimax" },
{ .type = RFKILL_TYPE_WWAN, .name = "wwan" },
{ .type = RFKILL_TYPE_GPS, .name = "gps" },
+ { .type = RFKILL_TYPE_FM, .name = "fm" },
{ .name = NULL }
};
diff --git a/rfkill.h b/rfkill.h
index 3392c59..97059d0 100644
--- a/rfkill.h
+++ b/rfkill.h
@@ -35,6 +35,8 @@
* @RFKILL_TYPE_UWB: switch is on a ultra wideband device.
* @RFKILL_TYPE_WIMAX: switch is on a WiMAX device.
* @RFKILL_TYPE_WWAN: switch is on a wireless WAN device.
+ * @RFKILL_TYPE_GPS: switch is on a GPS device.
+ * @RFKILL_TYPE_FM: switch is on a FM radio device.
* @NUM_RFKILL_TYPES: number of defined rfkill types
*/
enum rfkill_type {
@@ -45,6 +47,7 @@ enum rfkill_type {
RFKILL_TYPE_WIMAX,
RFKILL_TYPE_WWAN,
RFKILL_TYPE_GPS,
+ RFKILL_TYPE_FM,
NUM_RFKILL_TYPES,
};
--
1.6.0.6
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] update rfkill.h from kernel 2.6.33
2010-01-19 7:05 [PATCH 1/1] update rfkill.h from kernel 2.6.33 Tomas Winkler
@ 2010-01-19 17:53 ` Luis R. Rodriguez
2010-01-19 17:55 ` Johannes Berg
0 siblings, 1 reply; 8+ messages in thread
From: Luis R. Rodriguez @ 2010-01-19 17:53 UTC (permalink / raw)
To: Tomas Winkler; +Cc: johannes, linux-wireless
On Mon, Jan 18, 2010 at 11:05 PM, Tomas Winkler <tomas.winkler@intel.com> wrote:
> 1. add FM radio type
> 2. update rfkill_type docs
>
> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Why is this being pushed for 2.6.33 at this point?
Luis
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] update rfkill.h from kernel 2.6.33
2010-01-19 17:53 ` Luis R. Rodriguez
@ 2010-01-19 17:55 ` Johannes Berg
2010-01-19 17:57 ` Luis R. Rodriguez
0 siblings, 1 reply; 8+ messages in thread
From: Johannes Berg @ 2010-01-19 17:55 UTC (permalink / raw)
To: Luis R. Rodriguez; +Cc: Tomas Winkler, linux-wireless
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
On Tue, 2010-01-19 at 09:53 -0800, Luis R. Rodriguez wrote:
> On Mon, Jan 18, 2010 at 11:05 PM, Tomas Winkler
> <tomas.winkler@intel.com> wrote:
> > 1. add FM radio type
> > 2. update rfkill_type docs
> >
> > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
>
> Why is this being pushed for 2.6.33 at this point?
??? Have you read the patch?
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] update rfkill.h from kernel 2.6.33
2010-01-19 17:55 ` Johannes Berg
@ 2010-01-19 17:57 ` Luis R. Rodriguez
2010-01-19 17:59 ` Johannes Berg
0 siblings, 1 reply; 8+ messages in thread
From: Luis R. Rodriguez @ 2010-01-19 17:57 UTC (permalink / raw)
To: Johannes Berg; +Cc: Tomas Winkler, linux-wireless
On Tue, Jan 19, 2010 at 9:55 AM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Tue, 2010-01-19 at 09:53 -0800, Luis R. Rodriguez wrote:
>> On Mon, Jan 18, 2010 at 11:05 PM, Tomas Winkler
>> <tomas.winkler@intel.com> wrote:
>> > 1. add FM radio type
>> > 2. update rfkill_type docs
>> >
>> > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
>>
>> Why is this being pushed for 2.6.33 at this point?
>
> ??? Have you read the patch?
So this is updating linux-next to get 2.6.33 rfkill stuff? How did that happen?
Luis
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] update rfkill.h from kernel 2.6.33
2010-01-19 17:57 ` Luis R. Rodriguez
@ 2010-01-19 17:59 ` Johannes Berg
2010-01-19 18:02 ` Luis R. Rodriguez
0 siblings, 1 reply; 8+ messages in thread
From: Johannes Berg @ 2010-01-19 17:59 UTC (permalink / raw)
To: Luis R. Rodriguez; +Cc: Tomas Winkler, linux-wireless
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
On Tue, 2010-01-19 at 09:57 -0800, Luis R. Rodriguez wrote:
> On Tue, Jan 19, 2010 at 9:55 AM, Johannes Berg
> <johannes@sipsolutions.net> wrote:
> > On Tue, 2010-01-19 at 09:53 -0800, Luis R. Rodriguez wrote:
> >> On Mon, Jan 18, 2010 at 11:05 PM, Tomas Winkler
> >> <tomas.winkler@intel.com> wrote:
> >> > 1. add FM radio type
> >> > 2. update rfkill_type docs
> >> >
> >> > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
> >>
> >> Why is this being pushed for 2.6.33 at this point?
> >
> > ??? Have you read the patch?
>
> So this is updating linux-next to get 2.6.33 rfkill stuff? How did
> that happen?
You still haven't read it? :)
It's for rfkill userspace.
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] update rfkill.h from kernel 2.6.33
2010-01-19 17:59 ` Johannes Berg
@ 2010-01-19 18:02 ` Luis R. Rodriguez
2010-01-20 22:30 ` Tomas Winkler
0 siblings, 1 reply; 8+ messages in thread
From: Luis R. Rodriguez @ 2010-01-19 18:02 UTC (permalink / raw)
To: Johannes Berg; +Cc: Tomas Winkler, linux-wireless
On Tue, Jan 19, 2010 at 9:59 AM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Tue, 2010-01-19 at 09:57 -0800, Luis R. Rodriguez wrote:
>> On Tue, Jan 19, 2010 at 9:55 AM, Johannes Berg
>> <johannes@sipsolutions.net> wrote:
>> > On Tue, 2010-01-19 at 09:53 -0800, Luis R. Rodriguez wrote:
>> >> On Mon, Jan 18, 2010 at 11:05 PM, Tomas Winkler
>> >> <tomas.winkler@intel.com> wrote:
>> >> > 1. add FM radio type
>> >> > 2. update rfkill_type docs
>> >> >
>> >> > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
>> >>
>> >> Why is this being pushed for 2.6.33 at this point?
>> >
>> > ??? Have you read the patch?
>>
>> So this is updating linux-next to get 2.6.33 rfkill stuff? How did
>> that happen?
>
> You still haven't read it? :)
>
> It's for rfkill userspace.
Jeesh, sorry about that. Monday e-mail trigger happy.
Luis
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] update rfkill.h from kernel 2.6.33
2010-01-19 18:02 ` Luis R. Rodriguez
@ 2010-01-20 22:30 ` Tomas Winkler
2010-01-22 0:44 ` Henrique de Moraes Holschuh
0 siblings, 1 reply; 8+ messages in thread
From: Tomas Winkler @ 2010-01-20 22:30 UTC (permalink / raw)
To: Luis R. Rodriguez; +Cc: Johannes Berg, linux-wireless
On Tue, Jan 19, 2010 at 8:02 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
> On Tue, Jan 19, 2010 at 9:59 AM, Johannes Berg
> <johannes@sipsolutions.net> wrote:
>> On Tue, 2010-01-19 at 09:57 -0800, Luis R. Rodriguez wrote:
>>> On Tue, Jan 19, 2010 at 9:55 AM, Johannes Berg
>>> <johannes@sipsolutions.net> wrote:
>>> > On Tue, 2010-01-19 at 09:53 -0800, Luis R. Rodriguez wrote:
>>> >> On Mon, Jan 18, 2010 at 11:05 PM, Tomas Winkler
>>> >> <tomas.winkler@intel.com> wrote:
>>> >> > 1. add FM radio type
>>> >> > 2. update rfkill_type docs
>>> >> >
>>> >> > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
>>> >>
>>> >> Why is this being pushed for 2.6.33 at this point?
>>> >
>>> > ??? Have you read the patch?
>>>
>>> So this is updating linux-next to get 2.6.33 rfkill stuff? How did
>>> that happen?
>>
>> You still haven't read it? :)
>>
>> It's for rfkill userspace.
>
> Jeesh, sorry about that. Monday e-mail trigger happy.
:)
Is there any preferable patch prefix for rfkill utility? Just to make
mail sorting a bit easier ...
Tomas
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] update rfkill.h from kernel 2.6.33
2010-01-20 22:30 ` Tomas Winkler
@ 2010-01-22 0:44 ` Henrique de Moraes Holschuh
0 siblings, 0 replies; 8+ messages in thread
From: Henrique de Moraes Holschuh @ 2010-01-22 0:44 UTC (permalink / raw)
To: Tomas Winkler; +Cc: Luis R. Rodriguez, Johannes Berg, linux-wireless
Call it "urfkill" :-)
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-01-22 0:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 7:05 [PATCH 1/1] update rfkill.h from kernel 2.6.33 Tomas Winkler
2010-01-19 17:53 ` Luis R. Rodriguez
2010-01-19 17:55 ` Johannes Berg
2010-01-19 17:57 ` Luis R. Rodriguez
2010-01-19 17:59 ` Johannes Berg
2010-01-19 18:02 ` Luis R. Rodriguez
2010-01-20 22:30 ` Tomas Winkler
2010-01-22 0:44 ` Henrique de Moraes Holschuh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox