public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: platform/x86: wmi: mention tool for invoking WMI methods
@ 2025-01-01  9:27 Hridesh MG
  2025-01-01 18:52 ` Armin Wolf
  2025-01-07 18:36 ` Ilpo Järvinen
  0 siblings, 2 replies; 3+ messages in thread
From: Hridesh MG @ 2025-01-01  9:27 UTC (permalink / raw)
  To: Armin Wolf, Jonathan Corbet
  Cc: Hridesh MG, platform-driver-x86, linux-doc, linux-kernel,
	Shuah Khan

Add a reference to WMIExplorer, a tool useful for inspecting and
invoking WMI methods on Windows. This can assist developers in testing
and understanding WMI device functionality when porting drivers to
Linux.

Signed-off-by: Hridesh MG <hridesh699@gmail.com>
---
 Documentation/wmi/driver-development-guide.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/wmi/driver-development-guide.rst b/Documentation/wmi/driver-development-guide.rst
index 676873c98680..f7e1089a0559 100644
--- a/Documentation/wmi/driver-development-guide.rst
+++ b/Documentation/wmi/driver-development-guide.rst
@@ -41,6 +41,10 @@ helps in understanding how the WMI device is supposed to work. The path of the A
 method associated with a given WMI device can be retrieved using the ``lswmi`` utility
 as mentioned above.
 
+If you are attempting to port a driver to Linux and are working on a Windows
+system, `WMIExplorer <https://github.com/vinaypamnani/wmie2>`_ can be useful
+for inspecting available WMI methods and invoking them directly.
+
 Basic WMI driver structure
 --------------------------
 
-- 
2.47.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: platform/x86: wmi: mention tool for invoking WMI methods
  2025-01-01  9:27 [PATCH] docs: platform/x86: wmi: mention tool for invoking WMI methods Hridesh MG
@ 2025-01-01 18:52 ` Armin Wolf
  2025-01-07 18:36 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Armin Wolf @ 2025-01-01 18:52 UTC (permalink / raw)
  To: Hridesh MG, Jonathan Corbet
  Cc: platform-driver-x86, linux-doc, linux-kernel, Shuah Khan

Am 01.01.25 um 10:27 schrieb Hridesh MG:

> Add a reference to WMIExplorer, a tool useful for inspecting and
> invoking WMI methods on Windows. This can assist developers in testing
> and understanding WMI device functionality when porting drivers to
> Linux.

Nice find!

Reviewed-by: Armin Wolf <W_Armin@gmx.de>

>
> Signed-off-by: Hridesh MG <hridesh699@gmail.com>
> ---
>   Documentation/wmi/driver-development-guide.rst | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/wmi/driver-development-guide.rst b/Documentation/wmi/driver-development-guide.rst
> index 676873c98680..f7e1089a0559 100644
> --- a/Documentation/wmi/driver-development-guide.rst
> +++ b/Documentation/wmi/driver-development-guide.rst
> @@ -41,6 +41,10 @@ helps in understanding how the WMI device is supposed to work. The path of the A
>   method associated with a given WMI device can be retrieved using the ``lswmi`` utility
>   as mentioned above.
>
> +If you are attempting to port a driver to Linux and are working on a Windows
> +system, `WMIExplorer <https://github.com/vinaypamnani/wmie2>`_ can be useful
> +for inspecting available WMI methods and invoking them directly.
> +
>   Basic WMI driver structure
>   --------------------------
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: platform/x86: wmi: mention tool for invoking WMI methods
  2025-01-01  9:27 [PATCH] docs: platform/x86: wmi: mention tool for invoking WMI methods Hridesh MG
  2025-01-01 18:52 ` Armin Wolf
@ 2025-01-07 18:36 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2025-01-07 18:36 UTC (permalink / raw)
  To: Armin Wolf, Jonathan Corbet, Hridesh MG
  Cc: platform-driver-x86, linux-doc, linux-kernel, Shuah Khan

On Wed, 01 Jan 2025 14:57:29 +0530, Hridesh MG wrote:

> Add a reference to WMIExplorer, a tool useful for inspecting and
> invoking WMI methods on Windows. This can assist developers in testing
> and understanding WMI device functionality when porting drivers to
> Linux.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] docs: platform/x86: wmi: mention tool for invoking WMI methods
      commit: 0d64d0d7e18ae331e7d8009c15db702c1f4c53f2

--
 i.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-07 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-01  9:27 [PATCH] docs: platform/x86: wmi: mention tool for invoking WMI methods Hridesh MG
2025-01-01 18:52 ` Armin Wolf
2025-01-07 18:36 ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox