diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 07:34:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:17:53 -0500 |
commit | cda4303f555316930a219cd7c03a1925526145f0 (patch) | |
tree | 5d8773380ff6c70144184173be9c2eabe61434a5 /include/media | |
parent | 1bad429e81f9a9ffa01c4158e6d1b1a3e06d9886 (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.h | 1 |
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; | |||
200 | extern struct ir_scancode_table ir_codes_terratec_cinergy_xs_table; | 200 | extern struct ir_scancode_table ir_codes_terratec_cinergy_xs_table; |
201 | extern struct ir_scancode_table ir_codes_videomate_s350_table; | 201 | extern struct ir_scancode_table ir_codes_videomate_s350_table; |
202 | extern struct ir_scancode_table ir_codes_gadmei_rm008z_table; | 202 | extern struct ir_scancode_table ir_codes_gadmei_rm008z_table; |
203 | extern struct ir_scancode_table ir_codes_nec_terratec_cinergy_xs_table; | ||
203 | #endif | 204 | #endif |