OSDN Git Service

ACPICA: Add Android-IA string for _OSI method
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 1 Nov 2013 10:52:32 +0000 (18:52 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 13 Dec 2014 18:32:50 +0000 (02:32 +0800)
This change adds a new _OSI string "Android-IA" for ASUS BIOS
to query if the OS supports Android features.

drivers/acpi/acpica/utosi.c

index 685766f..432c9e1 100644 (file)
@@ -100,6 +100,7 @@ static struct acpi_interface_info acpi_default_supported_interfaces[] = {
        {"Windows 2009", NULL, 0, ACPI_OSI_WIN_7},      /* Windows 7 and Server 2008 R2 - Added 09/2009 */
        {"Windows 2012", NULL, 0, ACPI_OSI_WIN_8},      /* Windows 8 and Server 2012 - Added 08/2012 */
        {"Windows 2013", NULL, 0, ACPI_OSI_WIN_8},      /* Windows 8.1 and Server 2012 R2 - Added 01/2014 */
+       {"Android-IA", NULL, 0, ACPI_OSI_WIN_8},        /* Android-IA - Added 11/2013 */
 
        /* Feature Group Strings */