From: Andrew Patterson Date: Wed, 23 Jan 2008 00:18:22 +0000 (-0700) Subject: ACPI: Check for any matching CID when walking namespace. X-Git-Tag: v2.6.25-rc1~297^2~3^2~2^2~1^2~3^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f8a8586574350a1f3c2cee79cbc0faf630961d;p=pandora-kernel.git ACPI: Check for any matching CID when walking namespace. 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: Andrew Patterson Signed-off-by: Len Brown --- Reading git-diff-tree failed