Re: [PATCH RFC] media: lirc: Allow lirc dev to talk to rc device

2013-07-15 Thread Srinivas KANDAGATLA
tomic) use counter so that the > rc device open or close only gets called once, whether opened via the > input interface or via lirc. new patch should address this using a users a use counter. Thanks, srini >From 06435a6ebd2374b500fbd0037e16a0451668f193 Mon Sep 17 00:00:00 2001 From: Sr

Re: [PATCH RFC] media: lirc: Allow lirc dev to talk to rc device

2013-07-12 Thread Sean Young
On Fri, Jul 12, 2013 at 09:55:28AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > The use case is simple, if any rc device has allowed protocols = > RC_TYPE_LIRC and map_name = RC_MAP_LIRC set, the driver open will be never > called. The reason for this is, all of the key maps

[PATCH RFC] media: lirc: Allow lirc dev to talk to rc device

2013-07-12 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla The use case is simple, if any rc device has allowed protocols = RC_TYPE_LIRC and map_name = RC_MAP_LIRC set, the driver open will be never called. The reason for this is, all of the key maps except lirc have some KEYS in there map, so during rc_register_device process t