summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2011-11-20 15:16:25 +0100
committerMauro Carvalho Chehab2011-11-20 15:55:15 +0100
commitdfbbf5da6c2266580df8b8aab0b43595bed55e48 (patch)
tree5a815d163982f02f17f663388d4bc7fdacea3b51 /drivers/media/video/em28xx
parent[media] em28xx: Add IR support for em2884 (diff)
downloadkernel-qcow2-linux-dfbbf5da6c2266580df8b8aab0b43595bed55e48.tar.gz
kernel-qcow2-linux-dfbbf5da6c2266580df8b8aab0b43595bed55e48.tar.xz
kernel-qcow2-linux-dfbbf5da6c2266580df8b8aab0b43595bed55e48.zip
[media] em28xx: Add IR support for HVR-930C
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c1
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,