diff options
author | Michael Krufky <devnull@localhost> | 2005-10-06 03:09:59 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-06 03:09:59 +0000 |
commit | 394a784538f90b2e241363f0eb407c50c7609f31 (patch) | |
tree | c11c19690448753a8687283a8410986420ca2ddd /linux | |
parent | dc032040b6aa955a9e208be45d6052890dfafa88 (diff) | |
download | mediapointer-dvb-s2-394a784538f90b2e241363f0eb407c50c7609f31.tar.gz mediapointer-dvb-s2-394a784538f90b2e241363f0eb407c50c7609f31.tar.bz2 |
* bttv-cards.c:
- Enable S-Video input on DViCO FusionHDTV5 Lite
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index ec10357c2..5a0b52e8f 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.88 2005/10/04 17:24:34 mkrufky Exp $ + $Id: bttv-cards.c,v 1.89 2005/10/06 03:09:59 mkrufky Exp $ bttv-cards.c @@ -2694,10 +2694,10 @@ struct tvcard bttv_tvcards[] = { .tuner_type = TUNER_LG_TDVS_H062F, .tuner_addr = ADDR_UNSET, .radio_addr = ADDR_UNSET, - .video_inputs = 2, + .video_inputs = 3, .audio_inputs = 1, .svhs = 2, - .muxsel = { 2, 3 }, + .muxsel = { 2, 3, 1 }, .gpiomask = 0x00e00007, .audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 }, .no_msp34xx = 1, |