]> Git Repo - linux.git/commitdiff
ACPICA: Add "Windows 2019" string to _OSI support.
authorJung-uk Kim <jkim@free_BSD.org>
Fri, 16 Aug 2019 21:43:27 +0000 (14:43 -0700)
committerRafael J. Wysocki <[email protected]>
Tue, 20 Aug 2019 22:00:37 +0000 (00:00 +0200)
ACPICA commit 32fffb242800b0202986e86d9b0e16f88a23de66

Link: https://github.com/acpica/acpica/commit/32fffb24
Signed-off-by: Jung-uk Kim <jkim@free_BSD.org>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Erik Schmauss <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/acpica/utosi.c
include/acpi/actypes.h

index fc09d234fe626d583742abb9827e0396b812a41c..ad2b218039d0f9eee89225e014dbe921afac601d 100644 (file)
@@ -72,6 +72,7 @@ static struct acpi_interface_info acpi_default_supported_interfaces[] = {
        {"Windows 2017.2", NULL, 0, ACPI_OSI_WIN_10_RS3},       /* Windows 10 version 1709 - Added 02/2018 */
        {"Windows 2018", NULL, 0, ACPI_OSI_WIN_10_RS4}, /* Windows 10 version 1803 - Added 11/2018 */
        {"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 */
 
        /* Feature Group Strings */
 
index 10c10b9d18ae225c6a46c259be4b387475fbd1c0..2f3f28c7cea369a99c6ecab1847cc6feba129d5c 100644 (file)
@@ -1272,6 +1272,7 @@ typedef enum {
 #define ACPI_OSI_WIN_10_RS3             0x11
 #define ACPI_OSI_WIN_10_RS4             0x12
 #define ACPI_OSI_WIN_10_RS5             0x13
+#define ACPI_OSI_WIN_10_19H1            0x14
 
 /* Definitions of getopt */
 
This page took 0.063799 seconds and 4 git commands to generate.