Skip to content

Commit

Permalink
Add support for the Windows 11 _OSI string
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Jan 5, 2022
1 parent 90088de commit f2e9fb8
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
Expand Up @@ -221,6 +221,7 @@ static ACPI_INTERFACE_INFO AcpiDefaultSupportedInterfaces[] =
{"Windows 2018.2", NULL, 0, ACPI_OSI_WIN_10_RS5}, /* Windows 10 version 1809 - Added 11/2018 */
{"Windows 2019", NULL, 0, ACPI_OSI_WIN_10_19H1}, /* Windows 10 version 1903 - Added 08/2019 */
{"Windows 2020", NULL, 0, ACPI_OSI_WIN_10_20H1}, /* Windows 10 version 2004 - Added 08/2021 */
{"Windows 2021", NULL, 0, ACPI_OSI_WIN_11}, /* Windows 11 - Added 01/2022 */

/* Feature Group Strings */

Expand Down
1 change: 1 addition & 0 deletions source/include/actypes.h
Expand Up @@ -1550,6 +1550,7 @@ typedef enum
#define ACPI_OSI_WIN_10_RS5 0x13
#define ACPI_OSI_WIN_10_19H1 0x14
#define ACPI_OSI_WIN_10_20H1 0x15
#define ACPI_OSI_WIN_11 0x16


/* Definitions of getopt */
Expand Down

0 comments on commit f2e9fb8

Please sign in to comment.