summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorMike Fenelon <[email protected]>2017-10-03 16:26:58 -0700
committerMike Fenelon <[email protected]>2017-10-03 16:26:58 -0700
commit01acc16504688353446accb487526d4a6499a224 (patch)
tree84915c17098b0d16f51026188c95f3556c01cfce /input
parentc5080dc85b1349d980137f49c02d6c51cf4e7706 (diff)
parentda3f6c88f40a062019089716ea360b964d71f4be (diff)
Merge branch 'master' of https://github.com/MFenelon/Windows-driver-samples
Diffstat (limited to 'input')
-rw-r--r--input/hiddigi/SynapticsTouch/README.md19
-rw-r--r--input/kbfiltr/README.md10
-rw-r--r--input/layout/README.md10
-rw-r--r--input/moufiltr/README.md10
4 files changed, 40 insertions, 9 deletions
diff --git a/input/hiddigi/SynapticsTouch/README.md b/input/hiddigi/SynapticsTouch/README.md
index df0347d2..6fb9b5ee 100644
--- a/input/hiddigi/SynapticsTouch/README.md
+++ b/input/hiddigi/SynapticsTouch/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Synaptics Touch Sample
+ platform: KMDF
+ language: cpp
+ category: HID Touch
+ description: Demonstrates how to write a HID miniport driver for the Synaptics 3202 touch controller.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620196
+--->
+
+
Synaptics Touch Sample
======================
@@ -17,15 +27,6 @@ Related technologies
[Windows Pointer Device](http://msdn.microsoft.com/en-us/library/windows/hardware/jj151570)
-##System requirements
--------------------
-**Client:** Windows 10 Technical Preview
-
-**Server:** Windows 10 Technical Preview
-
-**Phone:** Windows 10 Technical Preview
-
-
File Manifest
-------------
diff --git a/input/kbfiltr/README.md b/input/kbfiltr/README.md
index 9942ec40..f570c5cb 100644
--- a/input/kbfiltr/README.md
+++ b/input/kbfiltr/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Keyboard Input WDF Filter Driver (Kbfiltr)
+ platform: KMDF
+ language: cpp
+ category: HID WDF
+ description: A WDF example of a keyboard input filter driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620194
+--->
+
+
Keyboard Input WDF Filter Driver (Kbfiltr)
==========================================
diff --git a/input/layout/README.md b/input/layout/README.md
index 341c8ade..d998e379 100644
--- a/input/layout/README.md
+++ b/input/layout/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Keyboard Layout Samples
+ platform: Application
+ language: cpp
+ category: HID
+ description: Demonstrates how to generate layouts for various keyboards and locales.
+ samplefwlink: https://aka.ms/rapjms
+--->
+
+
Keyboard Layout Samples
=======================
diff --git a/input/moufiltr/README.md b/input/moufiltr/README.md
index e0cc32c5..6cf5c585 100644
--- a/input/moufiltr/README.md
+++ b/input/moufiltr/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Mouse Input WDF Filter Driver (Moufiltr)
+ platform: KMDF
+ language: cpp
+ category: HID WDF
+ description: A WDF example of a mouse input filter driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620195
+--->
+
+
Mouse Input WDF Filter Driver (Moufiltr)
========================================
The Moufiltr sample is an example of a mouse input filter driver.