diff options
author | Mario Limonciello <mario.limonciello@dell.com> | 2017-11-01 14:25:37 -0500 |
---|---|---|
committer | Darren Hart (VMware) <dvhart@infradead.org> | 2017-11-03 16:34:00 -0700 |
commit | 9d64fc08f6fe59a7d71e84f650dd2c0f080254dd (patch) | |
tree | 9c1129c2bb3ef63e0f58e8cb914b38ac43f46a15 /MAINTAINERS | |
parent | f2645fa317b8905b8934f06a0601d5b7fa66aba0 (diff) | |
download | linux-9d64fc08f6fe59a7d71e84f650dd2c0f080254dd.tar.gz linux-9d64fc08f6fe59a7d71e84f650dd2c0f080254dd.tar.bz2 linux-9d64fc08f6fe59a7d71e84f650dd2c0f080254dd.zip |
tools/wmi: add a sample for dell smbios communication over WMI
This application uses the character device /dev/wmi/dell-smbios
to perform SMBIOS communications from userspace.
It offers demonstrations of a few simple tasks:
- Running a class/select command
- Querying a token value
- Activating a token
Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
Reviewed-by: Edward O'Callaghan <quasisec@google.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3af07502220a..da1851fc88a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3997,6 +3997,7 @@ M: Mario Limonciello <mario.limonciello@dell.com> L: platform-driver-x86@vger.kernel.org S: Maintained F: drivers/platform/x86/dell-smbios-wmi.c +F: tools/wmi/dell-smbios-example.c DELL LAPTOP DRIVER M: Matthew Garrett <mjg59@srcf.ucam.org> |