RE: [PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-02-12 Thread Moore, Robert
linux-kernel@vger.kernel.org; >[EMAIL PROTECTED]; [EMAIL PROTECTED]; Nguyen, Tom L; [EMAIL PROTECTED] >Subject: Re: [PATCH 3/4] ACPI: Check for any matching CID when walking >namespace. > >Right Greg, this is not only an ACPI patch, >but a patch that touches the ACPICA core. &

Re: [PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-23 Thread Andrew Patterson
On Wed, 2008-01-23 at 14:39 -0500, Len Brown wrote: > Right Greg, this is not only an ACPI patch, > but a patch that touches the ACPICA core. > Lets get Bob to see if it applies to the latest upstream ACPICA code. > > Andrew, > Do you give Intel permission to accept this patch under > both licens

Re: [PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-23 Thread Len Brown
Right Greg, this is not only an ACPI patch, but a patch that touches the ACPICA core. Lets get Bob to see if it applies to the latest upstream ACPICA code. Andrew, Do you give Intel permission to accept this patch under both licenses on the top of the file, such that we can re-distribute it in AC

Re: [PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-23 Thread Andrew Patterson
On Wed, 2008-01-23 at 09:42 -0800, Greg KH wrote: > On Tue, Jan 22, 2008 at 05:18:22PM -0700, Andrew Patterson wrote: > > From: Andrew Patterson <[EMAIL PROTECTED]> > > > > The callback function acpi_ns_get_device_callback called from > > acpi_get_devices() will check CID's if the HID does not mat

Re: [PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-23 Thread Greg KH
On Tue, Jan 22, 2008 at 05:18:22PM -0700, Andrew Patterson wrote: > From: Andrew Patterson <[EMAIL PROTECTED]> > > The callback function acpi_ns_get_device_callback called from > acpi_get_devices() will check CID's if the HID does not match. This code > has a bug where it requires that all CIDs m

[PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-22 Thread Andrew Patterson
From: Andrew Patterson <[EMAIL PROTECTED]> The callback function acpi_ns_get_device_callback called from acpi_get_devices() will check CID's if the HID does not match. This code has a bug where it requires that all CIDs match the HID. Changed the code so that any CID match will do. Signed-off-by