Re: [PATCH] media: gpio-ir-recv: add allowed_protos and map_name for platform data

2012-07-06 Thread Mauro Carvalho Chehab
Em 03-07-2012 08:19, Benoît Thébaudeau escreveu: > Hi Changbin, > > On Tue, Jul 3, 2012 at 12:27:19PM +0200, Changbin Du wrote: >> It's better to give platform code a chance to specify the allowed >> protocols and which keymap to use. > > Already half done here: > http://git.linuxtv.org/media_tre

RE: [PATCH] media: gpio-ir-recv: add allowed_protos and map_name for platform data

2012-07-03 Thread Du, Changbin
> Hi Changbin, > > On Tue, Jul 3, 2012 at 12:27:19PM +0200, Changbin Du wrote: > > It's better to give platform code a chance to specify the allowed > > protocols and which keymap to use. > > Already half done here: > http://git.linuxtv.org/media_tree.git?a=commitdiff;h=2bd237b Got it, thanks.

Re: [PATCH] media: gpio-ir-recv: add allowed_protos and map_name for platform data

2012-07-03 Thread Benoît Thébaudeau
Hi Changbin, On Tue, Jul 3, 2012 at 12:27:19PM +0200, Changbin Du wrote: > It's better to give platform code a chance to specify the allowed > protocols and which keymap to use. Already half done here: http://git.linuxtv.org/media_tree.git?a=commitdiff;h=2bd237b Regards, Benoît -- To unsubscribe

[PATCH] media: gpio-ir-recv: add allowed_protos and map_name for platform data

2012-07-03 Thread Du, Changbin
It's better to give platform code a chance to specify the allowed protocols and which keymap to use. Signed-off-by: Du, Changbin --- drivers/media/rc/gpio-ir-recv.c | 10 -- include/media/gpio-ir-recv.h|6 -- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/d