summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/ir-rc6-decoder.c
Commit message (Collapse)AuthorAgeFilesLines
* V4L/DVB: ir-core: change duration to be coded as a u32 integerDavid Härdeman2010-05-191-107/+114
| | | | | | | | | This patch implements the agreed upon 1:31 integer encoded pulse/duration struct for ir-core raw decoders. All decoders have been tested after the change. Comments are welcome. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB: Add RC6 support to ir-coreDavid Härdeman2010-05-191-0/+412
This patch adds an RC6 decoder (modes 0 and 6A) to ir-core. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>