From: Pete Jewell 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. Cc: Gerd Knorr Signed-off-by: Andrew Morton --- drivers/media/video/bttv-cards.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/media/video/bttv-cards.c~fix-for-bttv-driver-v0915-for-leadtek-winfast-vc100-xp-capture-cards drivers/media/video/bttv-cards.c --- 25/drivers/media/video/bttv-cards.c~fix-for-bttv-driver-v0915-for-leadtek-winfast-vc100-xp-capture-cards 2005-05-07 16:10:26.000000000 -0700 +++ 25-akpm/drivers/media/video/bttv-cards.c 2005-05-07 16:10:26.000000000 -0700 @@ -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", _