diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 09:34:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-16 00:17:53 -0200 |
commit | cda4303f555316930a219cd7c03a1925526145f0 (patch) | |
tree | 5d8773380ff6c70144184173be9c2eabe61434a5 /include/media/ir-common.h | |
parent | 1bad429e81f9a9ffa01c4158e6d1b1a3e06d9886 (diff) | |
download | linux-3.10-cda4303f555316930a219cd7c03a1925526145f0.tar.gz linux-3.10-cda4303f555316930a219cd7c03a1925526145f0.tar.bz2 linux-3.10-cda4303f555316930a219cd7c03a1925526145f0.zip |
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/ir-common.h')
-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 28d1b9c65f2..45bf5cf5945 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 |