diff options
author | David Härdeman | 2010-04-15 23:46:10 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2010-05-19 17:57:44 +0200 |
commit | 3fe29c897272b18e18663832c43942c3936dffe6 (patch) | |
tree | dbc47c805c37fc78e5cad3c07f5f0793acd1881b /include/media | |
parent | V4L/DVB: ir-core: Add JVC support to ir-core (diff) | |
download | kernel-qcow2-linux-3fe29c897272b18e18663832c43942c3936dffe6.tar.gz kernel-qcow2-linux-3fe29c897272b18e18663832c43942c3936dffe6.tar.xz kernel-qcow2-linux-3fe29c897272b18e18663832c43942c3936dffe6.zip |
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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/rc-map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 5814ec045559..280d1ed9a9a0 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -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 { |