[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1471778.Wbz0YErtLr@vostro.rjw.lan>
Date: Wed, 18 Mar 2015 16:25:57 +0100
From: "Rafael J. Wysocki" <rjw@...ysocki.net>
To: Adrian Hunter <adrian.hunter@...el.com>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org
Subject: Re: [PATCH] ACPI: Add acpi_device_uid() for convenience
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@...el.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists