diff options
| author | Barry Golden <[email protected]> | 2018-02-28 09:14:29 -0800 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2018-02-28 09:14:29 -0800 |
| commit | ba25139ebc243c1a79dcd6168cc95563a467b7ef (patch) | |
| tree | 039959ca9f4d884b7fce99deb67c02573e53d7ab /input | |
| parent | 9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff) | |
Added .yaml files for samples portal (#214)
Diffstat (limited to 'input')
| -rw-r--r-- | input/hiddigi/SynapticsTouch/input-hiddigi-synapticstouch.yaml | 10 | ||||
| -rw-r--r-- | input/kbfiltr/input-kbfiltr.yaml | 10 | ||||
| -rw-r--r-- | input/layout/input-layout.yaml | 10 | ||||
| -rw-r--r-- | input/moufiltr/input-moufiltr.yaml | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/input/hiddigi/SynapticsTouch/input-hiddigi-synapticstouch.yaml b/input/hiddigi/SynapticsTouch/input-hiddigi-synapticstouch.yaml new file mode 100644 index 00000000..160fe55e --- /dev/null +++ b/input/hiddigi/SynapticsTouch/input-hiddigi-synapticstouch.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Synaptics Touch Sample + description: Demonstrates how to write a HID miniport driver for the Synaptics 3202 touch controller. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/input/kbfiltr/input-kbfiltr.yaml b/input/kbfiltr/input-kbfiltr.yaml new file mode 100644 index 00000000..d8db9151 --- /dev/null +++ b/input/kbfiltr/input-kbfiltr.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Keyboard Input WDF Filter Driver (Kbfiltr) + description: A WDF example of a keyboard input filter driver. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/input/layout/input-layout.yaml b/input/layout/input-layout.yaml new file mode 100644 index 00000000..646d5857 --- /dev/null +++ b/input/layout/input-layout.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Keyboard Layout Samples + description: Demonstrates how to generate layouts for various keyboards and locales. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/input/moufiltr/input-moufiltr.yaml b/input/moufiltr/input-moufiltr.yaml new file mode 100644 index 00000000..505fa889 --- /dev/null +++ b/input/moufiltr/input-moufiltr.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Mouse Input WDF Filter Driver (Moufiltr) + description: A WDF example of a mouse input filter driver. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows |
