ACPICA: AcpiGetSleepTypeData: Allow \_Sx to return either 1 or 2 integers
authorBob Moore <robert.moore@intel.com>
Fri, 25 Jan 2013 05:41:00 +0000 (05:41 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Jan 2013 12:30:47 +0000 (13:30 +0100)
commit48ffb94f9e6f9b11c26884f26199e3d51bb22e54
tree6764c971ddf5527719273e491c24655581019f0f
parent25f044e64568dd83de34c16c837a96bbb2b0cecb
ACPICA: AcpiGetSleepTypeData: Allow \_Sx to return either 1 or 2 integers

Although the ACPI spec defines the \_Sx objects to return
a package containing one integer, most BIOS code returns two
integers and the previous code reflects that. However, we also
need to support BIOS code that actually implements to the ACPI
spec, and this change implements this.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/hwxface.c
This page took 0.026721 seconds and 5 git commands to generate.