The Eye wrote:
got a Pinnacle PCTV Pro here.

been using bttv-0.8.45 for a while and everything worked fine except for
...
the stable branch a go and try out bttv-0.7.103 ...

...
is there a special reason why now, all of a sudden, the bttv driver
thinks I don't have an svideo input?
There seems to have happened a regression.
Does this patch fix svhs ?

-
Gunther


--- bttv07103/driver/bttv-cards.c-orig  Tue Jan 28 22:10:33 2003
+++ bttv07103/driver/bttv-cards.c       Tue Jan 28 22:10:59 2003
@@ -738,7 +738,7 @@
        .tuner_type     = -1,
 },{
        .name           = "Pinnacle PCTV Studio/Rave",
-       .video_inputs   = 3,
+       .video_inputs   = 4,
        .audio_inputs   = 1,
        .tuner          = 0,
        .svhs           = 2,
@@ -918,10 +918,10 @@
 /* ---- card 0x34 ---------------------------------- */
        /* David Härdeman <[EMAIL PROTECTED]> */
        .name           = "Pinnacle PCTV Studio Pro",
-       .video_inputs   = 3,
+       .video_inputs   = 4,
        .audio_inputs   = 1,
        .tuner          = 0,
-       .svhs           = 3,
+       .svhs           = 2,
        .gpiomask       = 0x03000F,
        .muxsel         = { 2, 3, 1, 1},
        .audiomux       = { 1, 0xd0001, 0, 0, 10},

Reply via email to