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

No differences found