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;
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
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