On Fri, Nov 13, 2009 at 08:39:27AM +0530, Janakiram Sistla wrote: > From 1b1493392faeb6702ff364447b135e481930b397 Mon Sep 17 00:00:00 2001 > From: Janakiram Sistla <janakiram.sistla@xxxxxxxxx> > Date: Fri, 13 Nov 2009 08:16:26 +0530 > Subject: [PATCH 1/1] Adding radio type FM > > Adding radio type FM in RFKILL_TYPE_.FM also belongs to > same class of with both TX/RX capability. > Also Added input type for the above same. > > Signed-off-by: Janakiram Sistla <janakiram.sistla@xxxxxxxxx> > @@ -290,6 +293,12 @@ static const struct input_device_id rfkill_ids[] = { > .keybit = { [BIT_WORD(KEY_UWB)] = BIT_MASK(KEY_UWB) }, > }, > { > + .flags = INPUT_DEVICE_ID_MATCH_EVBIT | > + INPUT_DEVICE_ID_MATCH_KEYBIT, > + .evbit = { BIT_MASK(EV_KEY) }, > + .keybit = { [BIT_WORD(KEY_UWB)] = BIT_MASK(KEY_UWB) }, > + }, Surely this should be KEY_FM? John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html