diff options
Diffstat (limited to 'hid/firefly/README.md')
| -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. |
