aboutsummaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 09:34:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-16 00:17:53 -0200
commitcda4303f555316930a219cd7c03a1925526145f0 (patch)
tree5d8773380ff6c70144184173be9c2eabe61434a5 /include/media
parent1bad429e81f9a9ffa01c4158e6d1b1a3e06d9886 (diff)
V4L/DVB (13546): ir-keymaps: Add table for Terratec Cinergy XS FM
This IR uses NEC protocol, with address=0x14. This keymap is similar to the existing Terratec Cinergy XS, except that: - it contains the full address/command code; - the Music button were mapped as KEY_RADIO; - some keycodes from the previous entry were wrong, IMHO. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/ir-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/ir-common.h b/include/media/ir-common.h
index 28d1b9c65f2e..45bf5cf59458 100644
--- a/include/media/ir-common.h
+++ b/include/media/ir-common.h
@@ -200,4 +200,5 @@ extern struct ir_scancode_table ir_codes_evga_indtube_table;
extern struct ir_scancode_table ir_codes_terratec_cinergy_xs_table;
extern struct ir_scancode_table ir_codes_videomate_s350_table;
extern struct ir_scancode_table ir_codes_gadmei_rm008z_table;
+extern struct ir_scancode_table ir_codes_nec_terratec_cinergy_xs_table;
#endif