summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2017-08-24 20:04:35 -0700
committerBarry Golden <[email protected]>2017-08-24 20:04:35 -0700
commit0ee60f8f25486045aed0bf4b47a483b000c9cf98 (patch)
tree1bd5f1a8d90fc0f81b6a3ccc26916c0469674873 /hid
parentf0fbfbdba856bb905a6466d47bd760cf8622ec0f (diff)
VSTS 12737998
Diffstat (limited to 'hid')
-rw-r--r--hid/firefly/README.md10
-rw-r--r--hid/hclient/README.md10
-rw-r--r--hid/hidusbfx2/README.md11
-rw-r--r--hid/vhidmini2/README.md11
4 files changed, 41 insertions, 1 deletions
diff --git a/hid/firefly/README.md b/hid/firefly/README.md
index 306d816f..cd526150 100644
--- a/hid/firefly/README.md
+++ b/hid/firefly/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: KMDF filter driver for a HID device
+ platform: KMDF
+ language: cpp
+ category: HID
+ 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.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620192
+--->
+
+
KMDF filter driver for a HID device
===================================
Firefly is a KMDF-based filter driver for a HID device. Along with illustrating how to write a filter driver, this sample shows how to use remote I/O target interfaces to open a HID collection in kernel-mode and send IOCTL requests to set and get feature reports, as well as how an application can use WMI interfaces to send commands to a filter driver.
diff --git a/hid/hclient/README.md b/hid/hclient/README.md
index b98902fe..192f4f90 100644
--- a/hid/hclient/README.md
+++ b/hid/hclient/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: HClient sample application
+ platform: WDM
+ language: cpp
+ category: HID
+ description: Demonstrates how to write a user-mode client application that communicates with HID devices.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617730
+--->
+
+
HClient sample application
==========================
diff --git a/hid/hidusbfx2/README.md b/hid/hidusbfx2/README.md
index bd0b88a9..20eb2001 100644
--- a/hid/hidusbfx2/README.md
+++ b/hid/hidusbfx2/README.md
@@ -1,3 +1,14 @@
+<!---
+ name: HIDUSBFX2 sample driver
+ platform: KMDF
+ language: cpp
+ category: HID
+ description: Demonstrates mapping of a non-HID USB device to a HID device.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620190
+--->
+
+
+
HIDUSBFX2 sample driver
=======================
The HIDUSBFX2 sample driver (hidusbfx2.sys) demonstrates how to map a non-HID USB device to a HID device.
diff --git a/hid/vhidmini2/README.md b/hid/vhidmini2/README.md
index 7679a849..bd6ea894 100644
--- a/hid/vhidmini2/README.md
+++ b/hid/vhidmini2/README.md
@@ -1,4 +1,13 @@
-HID Minidriver Sample (UMDF V2)
+<!---
+ name: HID Minidriver Sample (UMDF version 2)
+ platform: UMDF2
+ language: cpp
+ category: HID
+ description: Demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617731
+--->
+
+HID Minidriver Sample (UMDF version 2)
======================================
The *HID minidriver* sample demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF).