From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 08:19:06 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94F25BA8 for ; Sat, 31 Jan 2015 08:19:06 +0000 (UTC) Received: from mail.wilcox-tech.com (mail.foxkit.us [192.99.209.192]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.wilcox-tech.com", Issuer "mail.wilcox-tech.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E4FFD15 for ; Sat, 31 Jan 2015 08:19:05 +0000 (UTC) Received: (qmail 17254 invoked from network); 31 Jan 2015 08:20:24 -0000 Received: from ip68-13-243-137.ok.ok.cox.net (HELO ?192.168.1.253?) (emyers@wilcox-tech.com@68.13.243.137) by mail.foxkit.us with ESMTPA; 31 Jan 2015 08:20:24 -0000 Message-ID: <54CC8FF7.4020507@interlinked.me> Date: Sat, 31 Jan 2015 02:19:03 -0600 From: Elizabeth Myers User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Miguel Clara , Adrian Chadd Subject: Re: Questions on adding backlight support for the i915 driver References: <54C883E7.4000300@interlinked.me> <54CC57CE.2080001@interlinked.me> <54CC7288.3040409@interlinked.me> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current , Konstantin Belousov , Justin Hibbits X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2015 08:19:06 -0000 On 01/31/15 02:15, Miguel Clara wrote: > Working fine on a HP running current as I've noted in the other thread > as for the keys. > This one (and most HP Pavillion models) use the Fn+F(2/3) but the keys, > and my Acer (and I think not all are like this) use "Fn+<-/->" If your keys work (as in, they do things in FreeBSD), does sysctl and the keys work together just fine with no weird effects? The only weird problem I could possibly think of that could come up is that the keys do a simple add/subtract to the PCM values, and so the brightness ends up wrong. See if that happens. -- Cheers, Elizabeth Myers