diff options
author | Pete Jewell <pete@phraxos.nildram.co.uk> | 2005-05-16 21:53:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 07:59:09 -0700 |
commit | 135255605d089202bec61b4a000ee762e9bc9d9c (patch) | |
tree | 3cc7fd07868d028bf268b962e934f703013e612b /drivers/media/video | |
parent | 118326e940bdecef6c459d42ccf05256ba86daa7 (diff) | |
download | talos-op-linux-135255605d089202bec61b4a000ee762e9bc9d9c.tar.gz talos-op-linux-135255605d089202bec61b4a000ee762e9bc9d9c.zip |
[PATCH] Fix for bttv driver (v0.9.15) for Leadtek WinFast VC100 XP capture cards
This is a tiny patch that fixes bttv-cards.c so that Leadtek WinFast VC100
XP video capture cards work. I've been advised to post it here after
having already posted it to the v4l mailing list.
Acked-by: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/bttv-cards.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c index 85224b90e394..6334122704ae 100644 --- a/drivers/media/video/bttv-cards.c +++ b/drivers/media/video/bttv-cards.c @@ -1946,7 +1946,6 @@ struct tvcard bttv_tvcards[] = { .no_tda9875 = 1, .no_tda7432 = 1, .tuner_type = TUNER_ABSENT, - .no_video = 1, .pll = PLL_28, },{ .name = "Teppro TEV-560/InterVision IV-560", |