diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-09 11:59:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-09 11:59:05 -0300 |
commit | 95794f4c84d596665603358eee57c93b0058e626 (patch) | |
tree | 58952290cc724aca17115f2fd3ce96b1278bbed8 /linux/drivers | |
parent | 162f2559cce212f1b5a73a76fb6d815b969c105d (diff) | |
download | mediapointer-dvb-s2-95794f4c84d596665603358eee57c93b0058e626.tar.gz mediapointer-dvb-s2-95794f4c84d596665603358eee57c93b0058e626.tar.bz2 |
em28xx: enable DVB for HVR-900
From: Devin Heitmueller <devin.heitmueller@gmail.com>
em28xx-cards.c
- DVB support is supposed to be enabled for the first generation HVR-900.
This device was confirmed with DVB by mkrufky when we did the original work
in April, but I guess we forgot to set the flag.
Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index c877c855e..4c3da9b9c 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -158,6 +158,7 @@ struct em28xx_board em28xx_boards[] = { .tda9887_conf = TDA9887_PRESENT, .tuner_type = TUNER_XC2028, .mts_firmware = 1, + .has_dvb = 1, .decoder = EM28XX_TVP5150, .input = { { .type = EM28XX_VMUX_TELEVISION, |