public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2
@ 2011-07-24  1:17 Devin Heitmueller
  2011-07-24 12:57 ` Mauro Carvalho Chehab
  2011-07-26 14:47 ` Doychin Dokov
  0 siblings, 2 replies; 9+ messages in thread
From: Devin Heitmueller @ 2011-07-24  1:17 UTC (permalink / raw)
  To: Linux Media Mailing List

The following patch addresses the regression introduced in the cx231xx
driver which stopped the Hauppauge USBLive2 from working.

Confirmed working by both myself and the user who reported the issue
on the KernelLabs blog (Robert DeLuca).

cx231xx: Fix regression introduced which broke the Hauppauge USBLive 2

From: Devin Heitmueller <dheitmueller@kernellabs.com>

At some point during refactoring of the cx231xx driver, the USBLive 2 device
became broken.  This patch results in the device working again.

Thanks to Robert DeLuca for sponsoring this work.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Cc: Robert DeLuca <robertdeluca@me.com>

diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c
b/drivers/media/video/cx231xx/cx231xx-cards.c
index 4b22afe..d02c63a 100644
--- a/drivers/media/video/cx231xx/cx231xx-cards.c
+++ b/drivers/media/video/cx231xx/cx231xx-cards.c
@@ -387,6 +387,7 @@ struct cx231xx_board cx231xx_boards[] = {
 		.norm = V4L2_STD_NTSC,
 		.no_alt_vanc = 1,
 		.external_av = 1,
+		.dont_use_port_3 = 1,
 		.input = {{
 			.type = CX231XX_VMUX_COMPOSITE1,
 			.vmux = CX231XX_VIN_2_1,

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-07-26 14:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24  1:17 [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2 Devin Heitmueller
2011-07-24 12:57 ` Mauro Carvalho Chehab
2011-07-24 13:02   ` Devin Heitmueller
2011-07-24 13:50     ` Devin Heitmueller
2011-07-25  5:48   ` Palash Bandyopadhyay
2011-07-25 10:24     ` Devin Heitmueller
2011-07-25 12:58       ` Mauro Carvalho Chehab
2011-07-25 14:30         ` Palash Bandyopadhyay
2011-07-26 14:47 ` Doychin Dokov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox