diff options
| author | Barry Golden <[email protected]> | 2017-08-24 20:04:35 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2017-08-24 20:04:35 -0700 |
| commit | 0ee60f8f25486045aed0bf4b47a483b000c9cf98 (patch) | |
| tree | 1bd5f1a8d90fc0f81b6a3ccc26916c0469674873 /hid/firefly | |
| parent | f0fbfbdba856bb905a6466d47bd760cf8622ec0f (diff) | |
VSTS 12737998
Diffstat (limited to 'hid/firefly')
| -rw-r--r-- | hid/firefly/README.md | 10 |
1 files changed, 10 insertions, 0 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. |
