-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
I've noticed that the firefly sample doesn't work with the current generation of Pro IntelliMouse. One reason for that is that Pro IntelliMouse reports itself as VendorID=045E (Microsoft) and ProductID=082A (Pro IntelliMouse) which is not found in the firefly.inx devices section. There also appear to have been changes to the HID reports used to control the LED color.
I've recently published https://github.com/forderud/IntelliMouseDriver as a modernized version of firefly compatible with Pro IntelliMouse and would be happy to contribute all or portions of the project back to this repo if there's interest. If so, then please let me know which portions and/or where to start, and I'll be happy to start preparing pull-requests.
Some improvement areas:
- Compatibility with Pro IntelliMouse.
- Allow non-admins read access to the WMI class.
- Extend firefly.mof to expose the RGB values for the tail-light instead of just a boolean.
- Filter HID SetFeature reports to selectively block certain tail-light RGB colors.
- Convert implementation to C++ with RAII instead of goto for for dynamic memory allocation.
- Switch to
AddFilterdirective for adding the driver to the device stack. - Logging to Windows Event Viewer.
- Convert
IN/OUTannotations to SAL annotations that can be statically analyzed.