summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 13:55:11 -0700
committerDen Delimarsky <[email protected]>2019-03-13 13:55:11 -0700
commitcf2564be4183280c0a31cd158b28c9b7e3bbee4b (patch)
tree7458d083df07ae3095aa5810b54b5dc8e1f4cf68 /hid
parent391db42c817138b0b06c5e21270acdf12bab31a1 (diff)
Update README metadata
Diffstat (limited to 'hid')
-rw-r--r--hid/firefly/README.md1
-rw-r--r--hid/hclient/README.md1
-rw-r--r--hid/hidusbfx2/README.md1
-rw-r--r--hid/vhidmini2/README.md1
4 files changed, 0 insertions, 4 deletions
diff --git a/hid/firefly/README.md b/hid/firefly/README.md
index 49f6b011..c2d4d62c 100644
--- a/hid/firefly/README.md
+++ b/hid/firefly/README.md
@@ -1,6 +1,5 @@
---
topic: 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.
languages:
- cpp
diff --git a/hid/hclient/README.md b/hid/hclient/README.md
index 5d925e46..02d87e6c 100644
--- a/hid/hclient/README.md
+++ b/hid/hclient/README.md
@@ -1,6 +1,5 @@
---
topic: sample
-name: HClient sample application
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 f35b42b1..968bca65 100644
--- a/hid/hidusbfx2/README.md
+++ b/hid/hidusbfx2/README.md
@@ -1,6 +1,5 @@
---
topic: sample
-name: HIDUSBFX2 sample driver
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 beed5a28..7a9440f5 100644
--- a/hid/vhidmini2/README.md
+++ b/hid/vhidmini2/README.md
@@ -1,6 +1,5 @@
---
topic: sample
-name: HID Minidriver Sample (UMDF version 2)
description: Demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF).
languages:
- cpp