Yurii Pavlovskyi
e7488e58c7
platform/x86: wmi: Add function to get _UID of WMI device
...
Add a new function to acpi.h / wmi.c that returns _UID of the ACPI WMI
device. For example, it returns "ATK" for the following declaration in
DSDT:
Device (ATKD)
{
Name (_HID, "PNP0C14" /* Windows Management Instrumentation Device */)
// _HID: Hardware ID
Name (_UID, "ATK") // _UID: Unique ID
..
Generally, it is possible that multiple PNP0C14 ACPI devices are present in
the system as mentioned in the commit message of commit bff431e49f
("ACPI: WMI: Add ACPI-WMI mapping driver").
Therefore the _UID is returned for a specific ACPI device that declares the
given GUID, to which it is also mapped by other methods of wmi module.
Signed-off-by: Yurii Pavlovskyi <yurii.pavlovskyi@gmail.com >
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com >
2019-06-17 15:22:47 +03:00
..
2017-11-27 13:39:11 +02:00
2019-06-17 15:20:58 +03:00
2018-09-27 12:18:08 +03:00
2019-05-09 00:33:02 +03:00
2018-04-24 19:55:33 +03:00
2018-04-23 08:52:59 -07:00
2019-06-12 11:54:16 +03:00
2018-07-02 16:48:22 +03:00
2019-06-17 15:22:47 +03:00
2019-06-12 11:54:16 +03:00
2018-01-09 16:33:31 +01:00
2018-10-03 11:27:22 +03:00
2018-09-27 12:18:15 +03:00
2019-02-23 09:20:56 -08:00
2019-06-17 15:20:58 +03:00
2019-04-08 20:12:13 +03:00
2018-06-26 15:01:52 -07:00
2018-09-27 12:18:15 +03:00
2019-03-07 08:46:29 -08:00
2018-03-09 09:35:42 -08:00
2017-11-05 13:53:14 +02:00
2017-03-14 22:58:04 -07:00
2019-03-07 08:46:29 -08:00
2017-11-20 12:38:43 -08:00
2017-06-28 09:01:36 -07:00
2019-03-07 08:46:29 -08:00
2018-09-18 17:52:15 -05:00
2016-04-09 03:12:58 +02:00
2018-04-19 16:25:54 -07:00
2018-02-15 12:21:48 +02:00
2017-09-14 11:59:30 +02:00
2019-06-12 12:42:27 +03:00
2017-04-28 21:51:25 +03:00
2017-11-05 13:53:14 +02:00
2019-03-07 08:46:29 -08:00
2019-02-05 19:38:20 +02:00
2017-09-14 11:59:30 +02:00
2019-06-17 15:20:58 +03:00
2018-12-03 21:40:03 +02:00
2018-09-27 12:18:16 +03:00
2019-02-14 10:52:25 +01:00
2018-09-27 12:18:16 +03:00
2019-02-05 20:28:54 +02:00
2018-12-03 21:40:03 +02:00
2018-09-27 12:18:16 +03:00
2019-06-12 12:42:27 +03:00
2018-11-01 08:42:21 -07:00
2018-09-27 12:18:17 +03:00
2019-05-09 00:33:03 +03:00
2018-09-27 12:18:18 +03:00
2019-06-17 15:20:58 +03:00
2019-05-06 17:54:42 +03:00
2019-05-06 17:54:04 +03:00
2019-05-06 17:54:13 +03:00
2018-09-27 12:18:19 +03:00
2018-09-27 12:18:19 +03:00
2018-09-27 12:18:20 +03:00
2019-06-17 15:20:58 +03:00
2018-11-01 08:42:21 -07:00
2018-09-27 12:18:20 +03:00
2019-01-26 11:07:34 -08:00
2018-09-27 12:18:19 +03:00
2018-09-27 12:18:19 +03:00
2019-06-12 11:54:16 +03:00
2019-03-07 08:46:29 -08:00
2019-06-12 12:41:47 +03:00
2018-10-19 19:21:57 +03:00
2019-05-09 00:33:03 +03:00
2019-06-12 11:54:16 +03:00
2017-09-14 11:59:30 +02:00
2017-07-25 09:56:38 -07:00
2017-08-13 15:55:05 +03:00
2018-06-12 16:19:22 -07:00
2019-06-12 12:42:27 +03:00
2017-11-03 13:32:09 +02:00
2019-06-17 15:20:58 +03:00
2019-06-17 15:20:58 +03:00
2017-09-14 11:59:30 +02:00
2019-05-09 00:33:02 +03:00
2017-03-16 21:52:12 +01:00
2017-01-21 01:43:42 +02:00
2018-01-11 18:54:50 +01:00
2016-01-19 17:35:47 -08:00
2019-05-09 00:33:03 +03:00
2018-02-23 18:43:42 +02:00
2018-07-21 09:26:45 -07:00
2016-09-23 16:21:06 -07:00
2017-06-28 09:01:37 -07:00
2017-09-14 11:59:30 +02:00
2019-06-12 11:55:01 +03:00
2019-03-07 08:46:29 -08:00
2019-06-17 15:22:47 +03:00