Skip to content

Commit ad584b4

Browse files
Mario Limonciellorafaeljw
authored andcommitted
ACPICA: Recognize the _OSI string "Windows 2017.2"
Dell uses this string to activate Thunderbolt native mode on supported machines. Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Erik Schmauss <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6898837 commit ad584b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/acpi/acpica/utosi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ static struct acpi_interface_info acpi_default_supported_interfaces[] = {
6969
{"Windows 2015", NULL, 0, ACPI_OSI_WIN_10}, /* Windows 10 - Added 03/2015 */
7070
{"Windows 2016", NULL, 0, ACPI_OSI_WIN_10_RS1}, /* Windows 10 version 1607 - Added 12/2017 */
7171
{"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 */
7273

7374
/* Feature Group Strings */
7475

include/acpi/actypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,7 @@ typedef enum {
12721272
#define ACPI_OSI_WIN_10 0x0D
12731273
#define ACPI_OSI_WIN_10_RS1 0x0E
12741274
#define ACPI_OSI_WIN_10_RS2 0x0F
1275+
#define ACPI_OSI_WIN_10_RS3 0x10
12751276

12761277
/* Definitions of getopt */
12771278

0 commit comments

Comments
 (0)