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 d8f299edc6ee6..ee2890fbd02bf 100644 --- a/source/components/utilities/utosi.c +++ b/source/components/utilities/utosi.c @@ -214,6 +214,8 @@ static ACPI_INTERFACE_INFO AcpiDefaultSupportedInterfaces[] = {"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 */ {"Windows 2015", NULL, 0, ACPI_OSI_WIN_10}, /* Windows 10 - Added 03/2015 */ + {"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 */ /* Feature Group Strings */ |