diff options
Diffstat (limited to 'source/components/utilities/utosi.c')
-rw-r--r-- | source/components/utilities/utosi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/components/utilities/utosi.c b/source/components/utilities/utosi.c index 43a3f49cc82a3..f2c1adf70c34c 100644 --- a/source/components/utilities/utosi.c +++ b/source/components/utilities/utosi.c @@ -105,6 +105,7 @@ static ACPI_INTERFACE_INFO AcpiDefaultSupportedInterfaces[] = {"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 */ + {"Windows 2015", NULL, 0, ACPI_OSI_WIN_10}, /* Windows 10 - Added 03/2015 */ /* Feature Group Strings */ |