From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932448AbWCHWsh (ORCPT ); Wed, 8 Mar 2006 17:48:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932440AbWCHWsh (ORCPT ); Wed, 8 Mar 2006 17:48:37 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:4809 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S932448AbWCHWsg (ORCPT ); Wed, 8 Mar 2006 17:48:36 -0500 Subject: Re: drivers/media/video/saa7115.c misreports max. value of contrast and saturation From: Mauro Carvalho Chehab To: Adrian Bunk Cc: Kyler Laird , linux-kernel@vger.kernel.org, v4l-dvb-maintainer@linuxtv.org In-Reply-To: <20060308211900.GM4006@stusta.de> References: <20060215051908.GF13033@snout> <20060308211900.GM4006@stusta.de> Content-Type: text/plain; charset=ISO-8859-1 Date: Wed, 08 Mar 2006 19:47:43 -0300 Message-Id: <1141858063.3133.2.camel@praia> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1-3mdk Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Adrian, Em Qua, 2006-03-08 ās 22:19 +0100, Adrian Bunk escreveu: > On Wed, Feb 15, 2006 at 12:19:08AM -0500, Kyler Laird wrote: > > > For changes to V4L2_CID_CONTRAST and V4L2_CID_SATURATION, the value is > > checked by "if (ctrl->value < 0 || ctrl->value > 127)" yet the maximum > > value in v4l2_queryctrl is set to 255 for both of these items. This > > means that programs (like MythTV) which set the contrast and saturation > > to the midvalue (127) get *full* contrast and saturation. (It's not > > pretty.) > > > > Setting the maximum values to 127 solves this problem. > > Mauro, can you comment on this issue? Yes. Patch is already available at both git and mercurial trees, fixing it for saa7115 and cx25840: http://linuxtv.org/hg/v4l-dvb?cmd=changeset;node=b77c2f933b620bccaa751d556c1aa2fca30de7ec;style=gitweb > > > Please copy me on responses. > > > > Thank you. > > > > --kyler > > cu > Adrian > Cheers, Mauro.