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 /hid | |
| parent | 9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff) | |
Added .yaml files for samples portal (#214)
Diffstat (limited to 'hid')
| -rw-r--r-- | hid/firefly/hid-firefly.yaml | 10 | ||||
| -rw-r--r-- | hid/hclient/hid-hclient.yaml | 10 | ||||
| -rw-r--r-- | hid/hidusbfx2/hid-hidusbfx2.yaml | 10 | ||||
| -rw-r--r-- | hid/vhidmini2/hid-vhidmini2.yaml | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/hid/firefly/hid-firefly.yaml b/hid/firefly/hid-firefly.yaml new file mode 100644 index 00000000..7b11f3c6 --- /dev/null +++ b/hid/firefly/hid-firefly.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: KMDF filter driver for a HID device + description: Illustrates using remote I/O target interfaces to open a HID collection in kernel-mode and send IOCTL requests to set and get feature reports. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/hid/hclient/hid-hclient.yaml b/hid/hclient/hid-hclient.yaml new file mode 100644 index 00000000..b6a740f8 --- /dev/null +++ b/hid/hclient/hid-hclient.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: HClient sample application + description: Demonstrates how to write a user-mode client application that communicates with HID devices. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/hid/hidusbfx2/hid-hidusbfx2.yaml b/hid/hidusbfx2/hid-hidusbfx2.yaml new file mode 100644 index 00000000..8800e6b1 --- /dev/null +++ b/hid/hidusbfx2/hid-hidusbfx2.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: HIDUSBFX2 sample driver + description: TBDemonstrates mapping of a non-HID USB device to a HID device.D + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/hid/vhidmini2/hid-vhidmini2.yaml b/hid/vhidmini2/hid-vhidmini2.yaml new file mode 100644 index 00000000..b20d76ca --- /dev/null +++ b/hid/vhidmini2/hid-vhidmini2.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: HID Minidriver Sample (UMDF version 2) + description: Demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF). + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows |
