]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Ignore ACPI table signature for Load() operator
authorBob Moore <robert.moore@intel.com>
Tue, 10 Jun 2008 06:12:50 +0000 (14:12 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 11 Jun 2008 23:13:47 +0000 (19:13 -0400)
commite3701ae5f2a31e3dbb4099e622374a4079b0ee47
tree0a69ef3a3cdb1cdf0f181c25583284e7a0a91fcf
parentb7a05bb5c4d2a4295e262dc34e029a7f100e0bdd
ACPICA: Ignore ACPI table signature for Load() operator

Only "SSDT" is acceptable to the ACPI spec, but tables are
seen with OEMx and null sigs. Therefore, signature validation
is worthless.  Apparently MS ACPI accepts such signatures, ACPICA
must be compatible.

http://bugzilla.kernel.org/show_bug.cgi?id=10454

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/tables/tbinstal.c