diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
| commit | dbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch) | |
| tree | 2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /hid | |
| parent | ffeacc14932f98db4e7926825909a37d2b6d332f (diff) | |
Update manifests
Diffstat (limited to 'hid')
| -rw-r--r-- | hid/firefly/README.md | 2 | ||||
| -rw-r--r-- | hid/hclient/README.md | 2 | ||||
| -rw-r--r-- | hid/hidusbfx2/README.md | 3 | ||||
| -rw-r--r-- | hid/vhidmini2/README.md | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/hid/firefly/README.md b/hid/firefly/README.md index d5db239d..2a5e4aa8 100644 --- a/hid/firefly/README.md +++ b/hid/firefly/README.md @@ -90,4 +90,4 @@ The sample consists of: - Driver (firefly.sys): The Firefly driver is an upper device filter driver for the mouse driver (mouhid.sys). Firefly is a generic filter driver based on the toaster filter driver sample available in the WDK. During start device, the driver registers a WMI class (FireflyDeviceInformation). The user mode application connects to the WMI namespace (root\\wmi) and opens this class using COM interfaces. Then the application can make requests to read ("get") or change ("set") the current value of the TailLit data value from this class. In response to a set WMI request, the driver opens the HID collection using IoTarget and sends [**IOCTL\_HID\_GET\_COLLECTION\_INFORMATION**](http://msdn.microsoft.com/en-us/library/windows/hardware/ff541092) and [**IOCTL\_HID\_GET\_COLLECTION\_DESCRIPTOR**](http://msdn.microsoft.com/en-us/library/windows/hardware/ff541089) requests to get the preparsed data. The driver then calls [**HidP\_GetCaps**](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539715) using the preparsed data to retrieve the capabilities of the device. After getting the capabilities of the device, the driver creates a feature report to set or clear the feature that causes the light to toggle. - Library (luminous.lib): The sources for this file are located in the \\hid\\firefly\\lib folder. You will need to build the library before using it. This library is shared by the WDM and WDF samples. All the interfaces required to access the WMI is defined in this library and exposed as CLuminous class. - Application (flicker.exe): The sources for this file are located in the \\hid\\firefly\\app folder. You will need to build the application before using it. This application is shared by the WDM and WDF samples. The application links to luminous.lib to open the WMI interfaces and send set requests to toggle the light. -- Sauron (sauron.dll): The sources for this file are located in the \\hid\\firefly\\sauron folder. You will need to build this dll before using it. The library is shared by the WDM and WDF samples. Sauron is a Windows Media Player visualization DLL, and is based on a sample from the Windows Media Player SDK kit. By using this DLL, you can cause the mouse lights to blink to the beats of the music. +- Sauron (sauron.dll): The sources for this file are located in the \\hid\\firefly\\sauron folder. You will need to build this dll before using it. The library is shared by the WDM and WDF samples. Sauron is a Windows Media Player visualization DLL, and is based on a sample from the Windows Media Player SDK kit. By using this DLL, you can cause the mouse lights to blink to the beats of the music.
\ No newline at end of file diff --git a/hid/hclient/README.md b/hid/hclient/README.md index bff1f89b..5ee07fa3 100644 --- a/hid/hclient/README.md +++ b/hid/hclient/README.md @@ -26,4 +26,4 @@ You will find this sample useful if you need to develop an application that comm [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) +[Human Input Devices Reference](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539956)
\ No newline at end of file diff --git a/hid/hidusbfx2/README.md b/hid/hidusbfx2/README.md index 8c16f094..983b051f 100644 --- a/hid/hidusbfx2/README.md +++ b/hid/hidusbfx2/README.md @@ -275,5 +275,4 @@ Hidusbfx2.rc | Resource file for the driver Hidusbfx2.inx | INX file for the driver Sources | WDK sources file Makefile | WDK build environment make file -Makefile.inc | A makefile that defines custom build actions, including the conversion of the .INX file into a .INF file - +Makefile.inc | A makefile that defines custom build actions, including the conversion of the .INX file into a .INF file
\ No newline at end of file diff --git a/hid/vhidmini2/README.md b/hid/vhidmini2/README.md index b99eb796..dae9decf 100644 --- a/hid/vhidmini2/README.md +++ b/hid/vhidmini2/README.md @@ -30,4 +30,4 @@ The sample demonstrates how to communicate with an HID minidriver from an HID cl [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) +[UMDF HID Minidriver IOCTLs](http://msdn.microsoft.com/en-us/library/windows/hardware/hh463977)
\ No newline at end of file |
