From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755407Ab2AEPIi (ORCPT ); Thu, 5 Jan 2012 10:08:38 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:33665 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754399Ab2AEPIg (ORCPT ); Thu, 5 Jan 2012 10:08:36 -0500 Date: Thu, 5 Jan 2012 09:08:32 -0600 From: Seth Forshee To: Corentin Chary Cc: Richard =?utf-8?Q?Sch=C3=BCtz?= , David Herrmann , Matthew Garrett , Andrzej Prochyra , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, "Zhang, Rui" Subject: Re: [PATCH] Platform: samsung-laptop: add DMI information for Samsung N150 Plus Message-ID: <20120105150832.GA25386@ubuntu-macmini> Mail-Followup-To: Corentin Chary , Richard =?utf-8?Q?Sch=C3=BCtz?= , David Herrmann , Matthew Garrett , Andrzej Prochyra , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, "Zhang, Rui" References: <87ty4qdpna.fsf@prochyra.name> <20111224142028.GA32171@srcf.ucam.org> <4EFC3FA8.6020401@gmail.com> <4EFC52F0.1010709@t-online.de> <20120104205128.GB22414@thinkpad-t410> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 05, 2012 at 08:18:07AM +0100, Corentin Chary wrote: > On Wed, Jan 4, 2012 at 9:51 PM, Seth Forshee wrote: > > On Thu, Dec 29, 2011 at 12:49:41PM +0100, Corentin Chary wrote: > >> And that's ? Because new laptops that use SABI seems to have a working > >> acpi_video0. > >> Currently, N1{4,5}* seems to be affected. > > > > You can add the NF310 to the list of machines without a working > > acpi_video0. The disassembled DSDT is attached, and the backlight > > control methods are a bit puzzling. _BCM seems to only accept values > > that are multiples of 10, but _BCL returns several values that do not > > meet this criterion. However, when _BCM is called with any of the values > > from _BCL, even the ones that aren't multiples of 10, _BQC returns the > > corresponding value. I must be missing something. > > > > At any rate, no matter the value given to _BCM the brightness does not > > change. > > What is the DMI string for this one ? NF110/NF210/NF310 > intel_backlight don't work either ? intel_backlight does work, better than the SABI interface in fact. But the Xorg driver prefers acpi_video0 to intel_backlight, so having a working intel_backlight isn't doing much good.