diff options
| author | Barry Golden <[email protected]> | 2017-08-24 20:04:35 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2017-08-24 20:04:35 -0700 |
| commit | 0ee60f8f25486045aed0bf4b47a483b000c9cf98 (patch) | |
| tree | 1bd5f1a8d90fc0f81b6a3ccc26916c0469674873 /input | |
| parent | f0fbfbdba856bb905a6466d47bd760cf8622ec0f (diff) | |
VSTS 12737998
Diffstat (limited to 'input')
| -rw-r--r-- | input/hiddigi/SynapticsTouch/README.md | 19 | ||||
| -rw-r--r-- | input/kbfiltr/README.md | 10 | ||||
| -rw-r--r-- | input/layout/README.md | 10 | ||||
| -rw-r--r-- | input/moufiltr/README.md | 10 |
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. |
