Skip to content

Commit

Permalink
ACPICA: iASL/NHLT table: "Specific Data" field support
Browse files Browse the repository at this point in the history
ACPICA commit 26f8c721fb01e4a26eec8c85dffcbe950d5e61a9

Add support for optional "Specific Data" field for the optional
Linux-specific structure that appears at the end of an Endpoint
Descriptor.

Link: https://github.com/acpica/acpica/commit/26f8c721
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Dec 27, 2021
1 parent 5579649 commit 0c9a672
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/acpi/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,10 @@ struct acpi_nhlt_linux_specific_data {
u8 device_id[16];
u8 device_instance_id;
u8 device_port_id;
u8 filler[18];
};

struct acpi_nhlt_linux_specific_data_b {
u8 specific_data[18];
};

struct acpi_nhlt_table_terminator {
Expand Down

0 comments on commit 0c9a672

Please sign in to comment.