From: Chris Wright Date: Wed, 1 Jun 2005 20:11:32 +0000 (-0700) Subject: add bttv driver fix for Leadtek WinFast VC100 XP capture cards X-Git-Tag: v2.6.11.12~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d40669980016d3a018b6bb962a0fdcc9b9b28e44;p=thirdparty%2Fkernel%2Fstable-queue.git add bttv driver fix for Leadtek WinFast VC100 XP capture cards sent in from Marin Glibic --- diff --git a/queue/bttv-vc100.patch b/queue/bttv-vc100.patch new file mode 100644 index 00000000000..af79a1cbcf2 --- /dev/null +++ b/queue/bttv-vc100.patch @@ -0,0 +1,29 @@ +From stable-bounces@linux.kernel.org Wed Jun 1 12:54:20 2005 +Date: Wed, 01 Jun 2005 21:16:04 +0200 +From: Pete Jewell +From: Marin Glibic +To: stable@kernel.org +Cc: Greg KH +Subject: [PATCH] Fix for bttv driver (v0.9.15) for Leadtek WinFast VC100 XP capture cards + +Cc: kraxel@bytesex.org + +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 +Signed-off-by: Andrew Morton +Signed-off-by: Linus Torvalds +Signed-off-by: Chris Wright + +--- ./drivers/media/video/bttv-cards.c.orig 2005-04-24 23:39:41.000000000 +0100 ++++ ./drivers/media/video/bttv-cards.c 2005-04-25 19:59:27.000000000 +0100 +@@ -1939,7 +1939,6 @@ + .no_tda9875 = 1, + .no_tda7432 = 1, + .tuner_type = TUNER_ABSENT, +- .no_video = 1, + .pll = PLL_28, + },{ + .name = "Teppro TEV-560/InterVision IV-560", diff --git a/queue/series b/queue/series index b8562d7f570..9af1224f857 100644 --- a/queue/series +++ b/queue/series @@ -3,3 +3,4 @@ netfilter-ip_queue-deadlock-fix.patch hfsplus-oops-hfs-leak-fix.patch x86_64-avoid-SMP-bootup-race.patch x86_64-fix-ptrace-boundary-check.patch +bttv-vc100.patch