aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2012-01-08 14:41:22 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-10 19:55:31 -0500
commit53b667eb12edd1bb33beca73ab14dbdf4d536c37 (patch)
tree6aec6b0d45ca9e27bfeb8f6bc193a6810cc87fa5 /drivers
parent1020d13d50d0a5bfcfc8a0a6826ed221cdf8a775 (diff)
[media] em28xx: Fix tuner_type for Terratec Cinergy 200 USB
The card definition of the Terratec Cinergy 200 USB uses the wrong tuner type. Therefore some channels are currently missing. Attached patch fixes this problem. Signed-off-by: Sascha Sommer <saschasommer@freenet.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 21cc910ecd83..9deb5698ec21 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1179,7 +1179,7 @@ struct em28xx_board em28xx_boards[] = {
1179 .name = "Terratec Cinergy 200 USB", 1179 .name = "Terratec Cinergy 200 USB",
1180 .is_em2800 = 1, 1180 .is_em2800 = 1,
1181 .has_ir_i2c = 1, 1181 .has_ir_i2c = 1,
1182 .tuner_type = TUNER_LG_PAL_NEW_TAPC, 1182 .tuner_type = TUNER_LG_TALN,
1183 .tda9887_conf = TDA9887_PRESENT, 1183 .tda9887_conf = TDA9887_PRESENT,
1184 .decoder = EM28XX_SAA711X, 1184 .decoder = EM28XX_SAA711X,
1185 .input = { { 1185 .input = { {