You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Filter driver for Microsoft Pro IntelliMouse that exposes a WMI interface. Based on the [KMDF filter driver for a HID device](https://github.com/microsoft/Windows-driver-samples/tree/main/hid/firefly) sample from Microsoft that have been updated to work with more recent IntelliMouse models. The mouse should report itself with `VendorID=045E` (Microsoft) and `ProductID=082A` (Pro IntelliMouse).
2
2
3
3
### Projects
4
-
*`firefly.sys`: An upper device filter driver for the HID class for Microsoft Pro Intellimouse. Registers a [FireflyDeviceInformation](TailLight/firefly.mof) WMI class that can be accessed from user mode to control the tail light.
4
+
*`firefly.sys`: An upper device filter driver for the HID class for Microsoft Pro Intellimouse. Registers a [TailLightDeviceInformation](TailLight/TailLight.mof) WMI class that can be accessed from user mode to control the tail light.
5
5
*`IntelliMouse.ps1`: PowerShell script for sending commands through the WMI interface.
6
6
*`flicker.exe`: Application for causing the mouse to blink by sending commands through the WMI interface.
7
7
*`HidUtil.exe`: Command-line utility for querying and communicating with HID devices.
0 commit comments