V4L/DVB: ir-core: Add Sony support to ir-core
This patch adds a Sony12/15/20 decoder 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
bf670f641d
commit
3fe29c8972
@@ -17,6 +17,7 @@
|
||||
#define IR_TYPE_NEC (1 << 2)
|
||||
#define IR_TYPE_RC6 (1 << 3) /* Philips RC6 protocol */
|
||||
#define IR_TYPE_JVC (1 << 4) /* JVC protocol */
|
||||
#define IR_TYPE_SONY (1 << 5) /* Sony12/15/20 protocol */
|
||||
#define IR_TYPE_OTHER (1u << 31)
|
||||
|
||||
struct ir_scancode {
|
||||
|
Reference in New Issue
Block a user