From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [RESEND] [PATCH 2/4] ACPI: Get the device power state in the course of scanning device Date: Mon, 11 Aug 2008 08:45:14 +0200 Message-ID: <20080811064513.GJ9038@one.firstfloor.org> References: <1218437705.6671.84.camel@yakui_zhao.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from one.firstfloor.org ([213.235.205.2]:58411 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011AbYHKGoN (ORCPT ); Mon, 11 Aug 2008 02:44:13 -0400 Content-Disposition: inline In-Reply-To: <1218437705.6671.84.camel@yakui_zhao.sh.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Zhao Yakui Cc: Andi Kleen , linux-acpi@vger.kernel.org, lenb@kernel.org On Mon, Aug 11, 2008 at 02:55:05PM +0800, Zhao Yakui wrote: > Subject:ACPI: Get the device power state in the course of scanning device > From: Zhao Yakui > > Get the device power state in the course of scanning device if the device > power flag is power_managable. i.e. The device has the _PSx/_PRx object. > > At the same time before the drivers/acpi/power module is loaded, there is no > relation between acpi_power_resource and acpi device. So the first parameter > of acpi_power_get_state is changed to acpi_handle. > > http://bugzilla.kernel.org/show_bug.cgi?id=8049 > http://bugzilla.kernel.org/show_bug.cgi?id=11000 Seems to be an pretty old bug. I assume it's not critical enough to require pushing into .27? -Andi