diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-10-02 15:46:30 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-10-03 15:57:05 +0200 |
commit | 43451c4bf9b049e67c48e74a31edd8eced27d8ea (patch) | |
tree | 06020427f2b836710e852aea3e8c14b4d07d4e86 /drivers/acpi/property.c | |
parent | ACPI: property: Allow _DSD buffer data only for byte accessors (diff) | |
download | linux-43451c4bf9b049e67c48e74a31edd8eced27d8ea.tar.xz linux-43451c4bf9b049e67c48e74a31edd8eced27d8ea.zip |
ACPI: property: Document the _DSD data buffer GUID
As the rest of the GUIDs document one for _DSD data buffer
so it will be eaisier to search for on internet or documentation.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/property.c')
-rw-r--r-- | drivers/acpi/property.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index 99b4e3355435..6979a3f9f90a 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c @@ -55,6 +55,7 @@ static const guid_t ads_guid = GUID_INIT(0xdbb8e3e6, 0x5886, 0x4ba6, 0x87, 0x95, 0x13, 0x19, 0xf5, 0x2a, 0x96, 0x6b); +/* ACPI _DSD data buffer GUID: edb12dd0-363d-4085-a3d2-49522ca160c4 */ static const guid_t buffer_prop_guid = GUID_INIT(0xedb12dd0, 0x363d, 0x4085, 0xa3, 0xd2, 0x49, 0x52, 0x2c, 0xa1, 0x60, 0xc4); |