diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2006-02-27 04:07:31 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-27 04:07:31 +0100 |
commit | cce91e36d74be635abb99aa1dc74951e11be8aea (patch) | |
tree | 07176d4606c4277d654e1e405a03c668c05a0196 /drivers/media/video/em28xx/em28xx-cards.c | |
parent | V4L/DVB (3291): Added support for xc3028 analogue tuner (Hauppauge HVR900, T... (diff) | |
download | linux-cce91e36d74be635abb99aa1dc74951e11be8aea.tar.xz linux-cce91e36d74be635abb99aa1dc74951e11be8aea.zip |
V4L/DVB (3292): Fixed xc3028 firmware extractor, added terratec fw support
Fixed xc3028 firmware extractor for terratec's emBDA.sys firmware
Fixed delay in firmwareupload, now terratec's firmware also works
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
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 e9834c159aec..fc589070ef69 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c @@ -181,8 +181,8 @@ struct em28xx_board em28xx_boards[] = { .vchannels = 3, .norm = VIDEO_MODE_PAL, .tda9887_conf = TDA9887_PRESENT, - .tuner_type = TUNER_XCEIVE_XC3028, .has_tuner = 1, + .tuner_type = TUNER_XCEIVE_XC3028, .decoder = EM28XX_TVP5150, .input = {{ .type = EM28XX_VMUX_COMPOSITE1, |