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 james.ho...@imgtec.com 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; +

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 james.ho...@imgtec.com escreveu: Add an img-ir module for decoding the NEC and extended NEC infrared protocols. Signed-off-by: James Hogan james.ho...@imgtec.com Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: linux-media@vger.kernel.org

[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 james.ho...@imgtec.com Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: linux-media@vger.kernel.org --- drivers/media/rc/img-ir/Kconfig | 7 ++ drivers/media/rc/img-ir/Makefile