From patchwork Tue Nov 9 18:02:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 311772 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oA9I2h4o025673 for ; Tue, 9 Nov 2010 18:02:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754523Ab0KISCW (ORCPT ); Tue, 9 Nov 2010 13:02:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62990 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754360Ab0KISCU (ORCPT ); Tue, 9 Nov 2010 13:02:20 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA9I2I6i003180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Nov 2010 13:02:18 -0500 Received: from [10.3.229.205] (vpn-229-205.phx2.redhat.com [10.3.229.205]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oA9I2G1X012199; Tue, 9 Nov 2010 13:02:17 -0500 Message-ID: <4CD98CA8.9020003@redhat.com> Date: Tue, 09 Nov 2010 16:02:16 -0200 From: Mauro Carvalho Chehab User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: Devin Heitmueller CC: Linux Media Mailing List Subject: Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final References: <4CD970BB.5030307@redhat.com> In-Reply-To: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 09 Nov 2010 18:02:44 +0000 (UTC) diff -upNr oldtree/drivers/media/dvb/frontends/au8522_decoder.c linux/drivers/media/dvb/frontends/au8522_decoder.c --- oldtree/drivers/media/dvb/frontends/au8522_decoder.c 2010-11-09 14:00:23.000000000 -0200 +++ linux/drivers/media/dvb/frontends/au8522_decoder.c 2010-11-09 14:00:13.000000000 -0200 @@ -623,7 +623,7 @@ static int au8522_queryctrl(struct v4l2_ return v4l2_ctrl_query_fill(qc, 0, 255, 1, AU8522_TVDEC_CONTRAST_REG00BH_CVBS); case V4L2_CID_BRIGHTNESS: - return v4l2_ctrl_query_fill(qc, 0, 255, 1, 128); + return v4l2_ctrl_query_fill(qc, 0, 255, 1, 109); case V4L2_CID_SATURATION: return v4l2_ctrl_query_fill(qc, 0, 255, 1, 128); case V4L2_CID_HUE: