diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-20 12:16:25 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-20 12:55:15 -0200 |
commit | dfbbf5da6c2266580df8b8aab0b43595bed55e48 (patch) | |
tree | 5a815d163982f02f17f663388d4bc7fdacea3b51 /drivers/media/video/em28xx/em28xx-cards.c | |
parent | 20ae9742eba1bbd1f9d6658d1a1a72bc77fc741d (diff) |
[media] em28xx: Add IR support for HVR-930C
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index d92e0af32b6c..f63a7159f7fc 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c @@ -922,6 +922,7 @@ struct em28xx_board em28xx_boards[] = { #else .tuner_type = TUNER_ABSENT, #endif + .ir_codes = RC_MAP_HAUPPAUGE, .i2c_speed = EM2874_I2C_SECONDARY_BUS_SELECT | EM28XX_I2C_CLK_WAIT_ENABLE | EM28XX_I2C_FREQ_400_KHZ, |