diff options
-rw-r--r-- | drivers/acpi/acpica/utosi.c | 1 | ||||
-rw-r--r-- | include/acpi/actypes.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/utosi.c b/drivers/acpi/acpica/utosi.c index 1b415fa90cf8..64b63c81994b 100644 --- a/drivers/acpi/acpica/utosi.c +++ b/drivers/acpi/acpica/utosi.c | |||
@@ -69,6 +69,7 @@ static struct acpi_interface_info acpi_default_supported_interfaces[] = { | |||
69 | {"Windows 2015", NULL, 0, ACPI_OSI_WIN_10}, /* Windows 10 - Added 03/2015 */ | 69 | {"Windows 2015", NULL, 0, ACPI_OSI_WIN_10}, /* Windows 10 - Added 03/2015 */ |
70 | {"Windows 2016", NULL, 0, ACPI_OSI_WIN_10_RS1}, /* Windows 10 version 1607 - Added 12/2017 */ | 70 | {"Windows 2016", NULL, 0, ACPI_OSI_WIN_10_RS1}, /* Windows 10 version 1607 - Added 12/2017 */ |
71 | {"Windows 2017", NULL, 0, ACPI_OSI_WIN_10_RS2}, /* Windows 10 version 1703 - Added 12/2017 */ | 71 | {"Windows 2017", NULL, 0, ACPI_OSI_WIN_10_RS2}, /* Windows 10 version 1703 - Added 12/2017 */ |
72 | {"Windows 2017.2", NULL, 0, ACPI_OSI_WIN_10_RS3}, /* Windows 10 version 1709 - Added 02/2018 */ | ||
72 | 73 | ||
73 | /* Feature Group Strings */ | 74 | /* Feature Group Strings */ |
74 | 75 | ||
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 2b1bafa197c0..66ceb12ebc63 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -1272,6 +1272,7 @@ typedef enum { | |||
1272 | #define ACPI_OSI_WIN_10 0x0D | 1272 | #define ACPI_OSI_WIN_10 0x0D |
1273 | #define ACPI_OSI_WIN_10_RS1 0x0E | 1273 | #define ACPI_OSI_WIN_10_RS1 0x0E |
1274 | #define ACPI_OSI_WIN_10_RS2 0x0F | 1274 | #define ACPI_OSI_WIN_10_RS2 0x0F |
1275 | #define ACPI_OSI_WIN_10_RS3 0x10 | ||
1275 | 1276 | ||
1276 | /* Definitions of getopt */ | 1277 | /* Definitions of getopt */ |
1277 | 1278 | ||