Skip to content

Commit

Permalink
Recognize the _OSI string "Windows 2017.2"
Browse files Browse the repository at this point in the history
Dell uses this string to activate Thunderbolt native mode on supported
machines.
  • Loading branch information
Mario Limonciello committed Feb 12, 2018
1 parent 6e34688 commit 24f7791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/components/utilities/utosi.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ static ACPI_INTERFACE_INFO AcpiDefaultSupportedInterfaces[] =
{"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 */
{"Windows 2017.2", NULL, 0, ACPI_OSI_WIN_10_RS3}, /* Windows 10 version 1709 - Added 02/2018 */

/* Feature Group Strings */

Expand Down
1 change: 1 addition & 0 deletions source/include/actypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,7 @@ typedef enum
#define ACPI_OSI_WIN_10 0x0D
#define ACPI_OSI_WIN_10_RS1 0x0E
#define ACPI_OSI_WIN_10_RS2 0x0F
#define ACPI_OSI_WIN_10_RS3 0x10


/* Definitions of getopt */
Expand Down

0 comments on commit 24f7791

Please sign in to comment.