V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 7 Apr 2010 02:21:46 +0000 (23:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:02 +0000 (12:57 -0300)
commit626cf6979e99bf2c642456308bed7bb25a37569b
tree4a5654588a37399f9240639d75064901c8737d8c
parentde88f31cef8fee7c890cf2128bec8dae06bb20f2
V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders

Some devices have in-hardware Remote Controller decoder, while others
need a software decoder to get the IR code. As each software decoder
can be enabled/disabled individually, allowing multiple protocol
decoding capability.

On the other hand, hardware decoders have a limited protocol
support, often being able of decoding just one protocol each time.
So, each type needs a different set of capabilities to control the
supported protocol(s).

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-keytable.c
drivers/media/IR/ir-raw-event.c
drivers/media/IR/ir-sysfs.c
drivers/media/video/saa7134/saa7134-input.c
include/media/ir-core.h