Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750951AbWBVW6F (ORCPT ); Wed, 22 Feb 2006 17:58:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751303AbWBVW6E (ORCPT ); Wed, 22 Feb 2006 17:58:04 -0500 Received: from gprs189-60.eurotel.cz ([160.218.189.60]:9097 "EHLO amd.ucw.cz") by vger.kernel.org with ESMTP id S1750951AbWBVW6C (ORCPT ); Wed, 22 Feb 2006 17:58:02 -0500 Date: Wed, 22 Feb 2006 23:57:41 +0100 From: Pavel Machek To: Kristen Accardi Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net, greg@kroah.com, len.brown@intel.com, muneda.takahiro@jp.fujitsu.com Subject: Re: [patch 3/3] acpi: remove dock event handling from ibm_acpi Message-ID: <20060222225740.GJ13621@elf.ucw.cz> References: <20060222190839.268403000@intel.com> <1140636091.32574.21.camel@whizzy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1140636091.32574.21.camel@whizzy> X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1589 Lines: 42 On St 22-02-06 11:21:31, Kristen Accardi wrote: > Remove dock station support from ibm_acpi by default. This support has been > put into acpiphp instead. Allow ibm_acpi to continue to provide docking > station support via config option for laptops/docking stations that are > not supported by acpiphp. > > Signed-off-by: Kristen Carlson Accardi > > --- > drivers/acpi/Kconfig | 12 ++++++++++++ > drivers/acpi/ibm_acpi.c | 13 ++++++++++--- > 2 files changed, 22 insertions(+), 3 deletions(-) > > --- linux-dock-mm.orig/drivers/acpi/Kconfig > +++ linux-dock-mm/drivers/acpi/Kconfig > @@ -205,6 +205,18 @@ config ACPI_IBM > > If you have an IBM ThinkPad laptop, say Y or M here. > > +config ACPI_IBM_DOCK > + bool "Legacy Docking Station Support" > + depends on ACPI_IBM > + default n > + ---help--- > + Allows the ibm_acpi driver to handle docking station events. > + This support is limited and should only be enabled if the generic > + docking station support driver does not support your laptop/dock > + station. This support is obsoleted by CONFIG_PCI_HOTPLUG_ACPIHP_or_how_it_is_called. It will allow ejecting/locking machine in dock, but will not properly connect PCI buses. Pavel -- Web maintainer for suspend.sf.net (www.sf.net/projects/suspend) wanted... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/