]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - tools/Makefile
tools/wmi: add a sample for dell smbios communication over WMI
authorMario Limonciello <mario.limonciello@dell.com>
Wed, 1 Nov 2017 19:25:37 +0000 (14:25 -0500)
committerDarren Hart (VMware) <dvhart@infradead.org>
Fri, 3 Nov 2017 23:34:00 +0000 (16:34 -0700)
commit9d64fc08f6fe59a7d71e84f650dd2c0f080254dd
tree9c1129c2bb3ef63e0f58e8cb914b38ac43f46a15
parentf2645fa317b8905b8934f06a0601d5b7fa66aba0
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>
MAINTAINERS
tools/Makefile
tools/wmi/Makefile [new file with mode: 0644]
tools/wmi/dell-smbios-example.c [new file with mode: 0644]