diff options
Diffstat (limited to 'source/components/utilities/utosi.c')
| -rw-r--r-- | source/components/utilities/utosi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/components/utilities/utosi.c b/source/components/utilities/utosi.c index e63690786417..3713d033b7e7 100644 --- a/source/components/utilities/utosi.c +++ b/source/components/utilities/utosi.c @@ -217,6 +217,8 @@ 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 */ + {"Windows 2018.2", NULL, 0, ACPI_OSI_WIN_10_RS5}, /* Windows 10 version 1809 - Added 11/2018 */ /* Feature Group Strings */ |
