lkml.org 
[lkml]   [2015]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] ACPI: Add acpi_device_uid() for convenience
Date
On Tuesday, March 17, 2015 11:48:30 AM Adrian Hunter wrote:
> Add a nicer way to get the ACPI _UID.
>
> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>

Queued up for 4.1, thanks!

> ---
> include/acpi/acpi_bus.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
> index 61e32ec..f8009d9 100644
> --- a/include/acpi/acpi_bus.h
> +++ b/include/acpi/acpi_bus.h
> @@ -252,6 +252,7 @@ struct acpi_device_pnp {
> #define acpi_device_bid(d) ((d)->pnp.bus_id)
> #define acpi_device_adr(d) ((d)->pnp.bus_address)
> const char *acpi_device_hid(struct acpi_device *device);
> +#define acpi_device_uid(d) ((d)->pnp.unique_id)
> #define acpi_device_name(d) ((d)->pnp.device_name)
> #define acpi_device_class(d) ((d)->pnp.device_class)
>
>

--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.


\
 
 \ /
  Last update: 2015-03-18 16:41    [W:0.037 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site