summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-07-15 11:54:00 -0700
committerDen Delimarsky <[email protected]>2019-07-15 11:54:00 -0700
commit1aa39e393c0657d7dfd5110727f3b92d20fc3187 (patch)
tree4b9c82e688a866d016f078a01a9f7fe743b92f54 /hid
parentad599508acbb5ba1dd633af484a727f04bfddfd7 (diff)
Diffstat (limited to 'hid')
-rw-r--r--hid/firefly/README.md2
-rw-r--r--hid/hclient/README.md2
-rw-r--r--hid/hidusbfx2/README.md2
-rw-r--r--hid/vhidmini2/README.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/hid/firefly/README.md b/hid/firefly/README.md
index 1682aefd..2b25ff9f 100644
--- a/hid/firefly/README.md
+++ b/hid/firefly/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
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."
languages:
- cpp
diff --git a/hid/hclient/README.md b/hid/hclient/README.md
index 76c664db..59b7edd3 100644
--- a/hid/hclient/README.md
+++ b/hid/hclient/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates how to write a user-mode client application that communicates with HID devices."
languages:
- cpp
diff --git a/hid/hidusbfx2/README.md b/hid/hidusbfx2/README.md
index 3b50dcd0..3b4a8a24 100644
--- a/hid/hidusbfx2/README.md
+++ b/hid/hidusbfx2/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates mapping of a non-HID USB device to a HID device."
languages:
- cpp
diff --git a/hid/vhidmini2/README.md b/hid/vhidmini2/README.md
index af5683b2..c069eeff 100644
--- a/hid/vhidmini2/README.md
+++ b/hid/vhidmini2/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF)."
languages:
- cpp