summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2018-11-02 07:24:27 -0700
committerRobert Moore <Robert.Moore@intel.com>2018-11-02 07:24:27 -0700
commit890b8e570452386558673d933e3dccb4ed5d7fb3 (patch)
tree84aa497bf4bede7c2433d9875871004a59b9c432
parentc0ed1991c91bd4f7df8e58f51180c2894eab020d (diff)
downloadacpica-890b8e570452386558673d933e3dccb4ed5d7fb3.tar.gz
Add "Windows 2018" string in the _OSI support
Latest windows string.
-rw-r--r--source/components/utilities/utosi.c1
-rw-r--r--source/include/actypes.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/components/utilities/utosi.c b/source/components/utilities/utosi.c
index e63690786..19d048538 100644
--- a/source/components/utilities/utosi.c
+++ b/source/components/utilities/utosi.c
@@ -217,6 +217,7 @@ static ACPI_INTERFACE_INFO AcpiDefaultSupportedInterfaces[] =
{"Windows 2016", NULL, 0, ACPI_OSI_WIN_10_RS1}, /* Windows 10 version 1607 - Added 12/2017 */
{"Windows 2017", NULL, 0, ACPI_OSI_WIN_10_RS2}, /* Windows 10 version 1703 - Added 12/2017 */
{"Windows 2017.2", NULL, 0, ACPI_OSI_WIN_10_RS3}, /* Windows 10 version 1709 - Added 02/2018 */
+ {"Windows 2018", NULL, 0, ACPI_OSI_WIN_10_RS4}, /* Windows 10 version 1803 - Added 11/2018 */
/* Feature Group Strings */
diff --git a/source/include/actypes.h b/source/include/actypes.h
index 4d2438c9e..ee86754f8 100644
--- a/source/include/actypes.h
+++ b/source/include/actypes.h
@@ -1512,6 +1512,7 @@ typedef enum
#define ACPI_OSI_WIN_10_RS1 0x0E
#define ACPI_OSI_WIN_10_RS2 0x0F
#define ACPI_OSI_WIN_10_RS3 0x10
+#define ACPI_OSI_WIN_10_RS4 0x11
/* Definitions of getopt */