From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Macht Subject: Re: [PATCH] Add support for the generic backlight device to the IBM ACPI driver Date: Fri, 13 Oct 2006 12:25:50 +0200 Message-ID: <20061013102550.GE4234@homac.suse.de> References: <20061009113235.GA4444@homac.suse.de> <20061011201027.a4be98c4.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.suse.de ([195.135.220.15]:28566 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1751196AbWJMK0N (ORCPT ); Fri, 13 Oct 2006 06:26:13 -0400 Content-Disposition: inline In-Reply-To: <20061011201027.a4be98c4.akpm@osdl.org> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Andrew Morton Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, len.brown@intel.com On Wed 11. Oct - 20:10:27, Andrew Morton wrote: > On Mon, 9 Oct 2006 13:32:35 +0200 > Holger Macht wrote: > > > @@ -200,6 +200,7 @@ config ACPI_ASUS > > config ACPI_IBM > > tristate "IBM ThinkPad Laptop Extras" > > depends on X86 > > + select BACKLIGHT > > drivers/acpi/Kconfig:210:warning: 'select' used by config symbol 'ACPI_IBM' refer to undefined symbol 'BACKLIGHT' > > select really sucks :( Of course it has to be BACKLIGHT_DEVICE. I've sent an updated version of the patch together with the adjustments of the asus_acpi and toshiba_acpi drivers. Regards, Holger