summaryrefslogtreecommitdiff
path: root/hid/vhidmini2/README.md
diff options
context:
space:
mode:
authorJ M Rossy <[email protected]>2015-08-12 11:56:39 -0700
committerJ M Rossy <[email protected]>2015-08-12 11:57:59 -0700
commit877c5ae528738cbf968b953e07a40e6d64af6382 (patch)
tree146c8e5e31e0e2d7e916338c8054b13bbcf3f092 /hid/vhidmini2/README.md
parent93217010e0c3d492c432fbccb167f6070775ba36 (diff)
Rename README.md files to standardize casing
Diffstat (limited to 'hid/vhidmini2/README.md')
-rw-r--r--hid/vhidmini2/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/hid/vhidmini2/README.md b/hid/vhidmini2/README.md
new file mode 100644
index 00000000..7679a849
--- /dev/null
+++ b/hid/vhidmini2/README.md
@@ -0,0 +1,18 @@
+HID Minidriver Sample (UMDF V2)
+======================================
+The *HID minidriver* sample demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF).
+
+The sample demonstrates how to communicate with an HID minidriver from an HID client using a custom-feature item in order to control certain features of the HID minidriver. This is needed since other conventional modes for communicating with a driver, like custom IOCTL or WMI, do not work with the HID minidriver. The sample also is useful in testing the correctness of a HID report descriptor without using a physical device.
+
+
+Related topics
+--------------
+
+[Creating UMDF-based HID Minidrivers](http://msdn.microsoft.com/en-us/library/windows/hardware/hh439579)
+
+[Human Input Devices Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539952)
+
+[Human Input Devices Reference](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539956)
+
+[UMDF HID Minidriver IOCTLs](http://msdn.microsoft.com/en-us/library/windows/hardware/hh463977)
+