Re: [PATCH 06/11] media: rc: img-ir: add NEC decoder module

2013-12-23 Thread James Hogan
On 22/12/13 13:49, Mauro Carvalho Chehab wrote: > Em Fri, 13 Dec 2013 15:12:54 + > James Hogan escreveu: >> +/* Convert NEC data to a scancode */ >> +static int img_ir_nec_scancode(int len, u64 raw, u64 protocols) >> +{ >> +unsigned int addr, addr_inv, data, data_inv; >> +int scancode;

Re: [PATCH 06/11] media: rc: img-ir: add NEC decoder module

2013-12-22 Thread Mauro Carvalho Chehab
Em Fri, 13 Dec 2013 15:12:54 + James Hogan escreveu: > Add an img-ir module for decoding the NEC and extended NEC infrared > protocols. > > Signed-off-by: James Hogan > Cc: Mauro Carvalho Chehab > Cc: linux-media@vger.kernel.org > --- > drivers/media/rc/img-ir/Kconfig | 7 ++ > dri

[PATCH 06/11] media: rc: img-ir: add NEC decoder module

2013-12-13 Thread James Hogan
Add an img-ir module for decoding the NEC and extended NEC infrared protocols. Signed-off-by: James Hogan Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- drivers/media/rc/img-ir/Kconfig | 7 ++ drivers/media/rc/img-ir/Makefile | 1 + drivers/media/rc/img-ir/img-ir-nec