summaryrefslogtreecommitdiff
path: root/input/moufiltr
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-03-12 14:02:43 -0700
committerAdonais Romero González <[email protected]>2019-03-12 14:02:43 -0700
commitef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch)
tree3017523a73c6552c27947d402afa6062f4df2706 /input/moufiltr
parent35bff356ac249057f4d673d39c7f28ed348cbf0f (diff)
Update README.md for samples portal (#358)
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
Diffstat (limited to 'input/moufiltr')
-rw-r--r--input/moufiltr/README.md18
-rw-r--r--input/moufiltr/input-moufiltr.yml12
2 files changed, 13 insertions, 17 deletions
diff --git a/input/moufiltr/README.md b/input/moufiltr/README.md
index 6cf5c585..e8fe100f 100644
--- a/input/moufiltr/README.md
+++ b/input/moufiltr/README.md
@@ -1,3 +1,13 @@
+---
+topic: sample
+name: Mouse Input WDF Filter Driver (Moufiltr)
+description: A WDF example of a mouse input filter driver.
+languages:
+ - cpp
+products:
+ - windows
+---
+
<!---
name: Mouse Input WDF Filter Driver (Moufiltr)
platform: KMDF
@@ -7,9 +17,8 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620195
--->
+# Mouse Input WDF Filter Driver (Moufiltr)
-Mouse Input WDF Filter Driver (Moufiltr)
-========================================
The Moufiltr sample is an example of a mouse input filter driver.
This sample is WDF version of the original WDM filter driver sample. The WDM version of this sample has been deprecated.
@@ -17,14 +26,13 @@ This sample is WDF version of the original WDM filter driver sample. The WDM ver
This driver filters input for a particular mouse on the system. In its current state, it only hooks into the mouse packet report chain and the mouse ISR, and does not do any processing of the data that it sees. (The hooking of the ISR is only available in the i8042prt stack.) With additions to this current filter-only code base, the filter could conceivably add, remove, or modify input as needed.
## Universal Windows Driver Compliant
+
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
-Installation
-------------
+## Installation
This sample is installed via an .inf file. The .inf file included in this sample is designed to filter a PS/2 mouse.
The .inf file must install the class driver (Mouclass) and the port driver (i8042prt, Mouhid, Sermouse, etc.) by using Msmouse.inf and the INF directives "Needs" and "Include".
The .inf file must add the correct registry values for the class and port driver, as well as using the new directives.
-
diff --git a/input/moufiltr/input-moufiltr.yml b/input/moufiltr/input-moufiltr.yml
deleted file mode 100644
index 900d70c3..00000000
--- a/input/moufiltr/input-moufiltr.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-### YamlMime:Sample
-sample:
-- name: Mouse Input WDF Filter Driver (Moufiltr)
- description: A WDF example of a mouse input filter driver.
- generateZip: true
- preserveParentHierarchy: true
- author: windows-driver-samples
- languages:
- - cpp
- technologies:
- - windows
- vssolution: /input/moufiltr/moufiltr.sln