From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yinghai Lu Subject: Re: [PATCH] ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing. Date: Tue, 4 Sep 2012 14:46:19 -0700 Message-ID: References: <1346707623-31476-1-git-send-email-yinghai@kernel.org> <1346776024.4732.196.camel@misato.fc.hp.com> <1346794495.4732.221.camel@misato.fc.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:38563 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757779Ab2IDVqT (ORCPT ); Tue, 4 Sep 2012 17:46:19 -0400 In-Reply-To: <1346794495.4732.221.camel@misato.fc.hp.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Toshi Kani Cc: Len Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Ashok Raj On Tue, Sep 4, 2012 at 2:34 PM, Toshi Kani wrote: > On Tue, 2012-09-04 at 12:17 -0700, Yinghai Lu wrote: > - If a full path is specified in acpi_name, it ignores the arg hsb > ("\_SB"). > - If a relative path is specified in acpi_name, it appends the arg hsb. > > So, the code looks good to me; assuming that is the intent. > > However, the error message below will show up like "\_SB.\_SB.PCIB" when > a full path is specified. I always use echo "\_SB.PCIB 3" > /sys/kernel/debug/acpi/sci_notify and it works. so assume that function can accept \_SB.PCIB and PCIB both. Thanks Yinghai