CHROMIUM: chromeos_acpi: Add FRID to the list of acpi items the driver looks for.
authorvbendeb <vbendeb@chromium.org>
Tue, 31 Aug 2010 02:42:19 +0000 (19:42 -0700)
committerGrant Grundler <grundler@google.com>
Thu, 24 May 2012 22:14:32 +0000 (15:14 -0700)
Change-Id: I3989bfe83ba1d57fe188e82568889d0c2791f9ac

BUG=chrome-os-partner:536
TEST=manual

Brought up the new kernel on a DVT target. Observed all ACPI
files created as before and also an error message in dmesg
output:

chromeos_acpi: failed to retieve FRID (5)

which is expected behavior until BIOS supports FRID reproting.

Signed-off-by: Vadim Bendebury <vbendeb@google.com>
Review URL: http://codereview.chromium.org/3214011

drivers/platform/x86/chromeos_acpi.c

index aa753d0..ec5ba58 100644 (file)
@@ -69,7 +69,7 @@ static struct acpi_driver chromeos_acpi_driver = {
 
 /* The methods the chromeos ACPI device is supposed to export */
 static char *chromeos_methods[] = {
-       "CHSW", "HWID", "BINF", "GPIO", "CHNV", "FWID"
+       "CHSW", "HWID", "BINF", "GPIO", "CHNV", "FWID", "FRID"
 };
 
 /*