V4L/DVB: Add RC6 support to ir-core
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
25bb10c11e
commit
784a493168
@@ -15,6 +15,7 @@
|
||||
#define IR_TYPE_RC5 (1 << 0) /* Philips RC5 protocol */
|
||||
#define IR_TYPE_PD (1 << 1) /* Pulse distance encoded IR */
|
||||
#define IR_TYPE_NEC (1 << 2)
|
||||
#define IR_TYPE_RC6 (1 << 3) /* Philips RC6 protocol */
|
||||
#define IR_TYPE_OTHER (1u << 31)
|
||||
|
||||
struct ir_scancode {
|
||||
|
Reference in New Issue
Block a user