aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tm6000
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-11-30 10:58:51 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-30 11:43:45 -0500
commitf9fa905bde6f2e8354eee35c08362dded08e3c1e (patch)
tree022ac9fa2eec8fd79cbf2298c9aab31b0df2db2a /drivers/media/video/tm6000
parent884b0515dcbcd9e574d385c97f80243805b5b0f3 (diff)
[media] tm6000: add IR support for HVR-900H
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/tm6000')
-rw-r--r--drivers/media/video/tm6000/tm6000-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tm6000/tm6000-cards.c b/drivers/media/video/tm6000/tm6000-cards.c
index ec2578a0fdf7..0b54132911fa 100644
--- a/drivers/media/video/tm6000/tm6000-cards.c
+++ b/drivers/media/video/tm6000/tm6000-cards.c
@@ -351,6 +351,7 @@ static struct tm6000_board tm6000_boards[] = {
351 .tuner_addr = 0xc2 >> 1, 351 .tuner_addr = 0xc2 >> 1,
352 .demod_addr = 0x1e >> 1, 352 .demod_addr = 0x1e >> 1,
353 .type = TM6010, 353 .type = TM6010,
354 .ir_codes = RC_MAP_HAUPPAUGE,
354 .caps = { 355 .caps = {
355 .has_tuner = 1, 356 .has_tuner = 1,
356 .has_dvb = 1, 357 .has_dvb = 1,