From patchwork Sat Jan 30 15:50:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Walls X-Patchwork-Id: 2534 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Sat, 30 Jan 2010 15:50:43 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Sat, 30 Jan 2010 13:52:12 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NbFat-0007OZ-9Z; Sat, 30 Jan 2010 15:50:43 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753653Ab0A3Pum (ORCPT + 1 other); Sat, 30 Jan 2010 10:50:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753742Ab0A3Pul (ORCPT ); Sat, 30 Jan 2010 10:50:41 -0500 Received: from mail1.radix.net ([207.192.128.31]:33016 "EHLO mail1.radix.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753637Ab0A3Pul (ORCPT ); Sat, 30 Jan 2010 10:50:41 -0500 Received: from [192.168.1.2] (02-147.155.popsite.net [66.217.132.147]) (authenticated bits=0) by mail1.radix.net (8.13.4/8.13.4) with ESMTP id o0UFodkB028890 for ; Sat, 30 Jan 2010 10:50:39 -0500 (EST) Subject: [PATCH 2/2] cx18: Add a component video input to the PVR2100 and DVR3200H card entries From: Andy Walls To: linux-media@vger.kernel.org Date: Sat, 30 Jan 2010 10:50:23 -0500 Message-Id: <1264866623.4748.49.camel@palomino.walls.org> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org cx18: Add a component video input to the PVR2100 and DVR3200H card entries From: Andy Walls This is a guess at the proper configuration for component video on the Leadtek PVR2100 and DVR3100 H. Priority: normal Signed-off-by: Andy Walls --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r 9d3394f49a90 -r 477109669a0c linux/drivers/media/video/cx18/cx18-cards.c --- a/linux/drivers/media/video/cx18/cx18-cards.c Fri Jan 08 23:01:47 2010 -0500 +++ b/linux/drivers/media/video/cx18/cx18-cards.c Fri Jan 08 23:09:45 2010 -0500 @@ -381,6 +381,7 @@ { CX18_CARD_INPUT_SVIDEO1, 1, CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 }, { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE7 }, + { CX18_CARD_INPUT_COMPONENT1, 1, CX18_AV_COMPONENT1 }, }, .audio_inputs = { { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 0 }, @@ -433,6 +434,7 @@ { CX18_CARD_INPUT_SVIDEO1, 1, CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 }, { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE7 }, + { CX18_CARD_INPUT_COMPONENT1, 1, CX18_AV_COMPONENT1 }, }, .audio_inputs = { { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 0 },