diff options
author | Igor M. Liplianin <liplianin@me.by> | 2009-09-23 13:44:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:29 -0500 |
commit | 9d2ba7ad802300d6a1830df9268d8ba478c66a18 (patch) | |
tree | 9e60dff9a748fe7c65b105449f8cfe4beb21a2cc /include | |
parent | d8d8622552088ca94fab4e4997f948514d0bdc27 (diff) |
V4L/DVB (13135): Add support for TeVii remotes
The patch brings infrared remote support for some cx88 based cards.
Such as TeVii S460,S420.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-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 c2d515dd94d2..5921776929e7 100644 --- a/include/media/ir-common.h +++ b/include/media/ir-common.h | |||
@@ -173,6 +173,7 @@ extern struct ir_scancode_table ir_codes_ati_tv_wonder_hd_600_table; | |||
173 | extern struct ir_scancode_table ir_codes_kworld_plus_tv_analog_table; | 173 | extern struct ir_scancode_table ir_codes_kworld_plus_tv_analog_table; |
174 | extern struct ir_scancode_table ir_codes_kaiomy_table; | 174 | extern struct ir_scancode_table ir_codes_kaiomy_table; |
175 | extern struct ir_scancode_table ir_codes_dm1105_nec_table; | 175 | extern struct ir_scancode_table ir_codes_dm1105_nec_table; |
176 | extern struct ir_scancode_table ir_codes_tevii_nec_table; | ||
176 | extern struct ir_scancode_table ir_codes_tbs_nec_table; | 177 | extern struct ir_scancode_table ir_codes_tbs_nec_table; |
177 | extern struct ir_scancode_table ir_codes_evga_indtube_table; | 178 | extern struct ir_scancode_table ir_codes_evga_indtube_table; |
178 | extern struct ir_scancode_table ir_codes_terratec_cinergy_xs_table; | 179 | extern struct ir_scancode_table ir_codes_terratec_cinergy_xs_table; |