{"id":25416381,"url":"https://github.com/forderud/intellimousedriver","last_synced_at":"2025-09-02T11:06:13.464Z","repository":{"id":176370014,"uuid":"657341669","full_name":"forderud/IntelliMouseDriver","owner":"forderud","description":"Microsoft Pro IntelliMouse filter driver that implements safety checks and exposes a WMI interface","archived":false,"fork":false,"pushed_at":"2025-04-26T15:05:47.000Z","size":1028,"stargazers_count":2,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T21:48:00.073Z","etag":null,"topics":["device-driver","hid","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forderud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-22T21:17:20.000Z","updated_at":"2025-06-25T09:34:39.000Z","dependencies_parsed_at":"2023-07-10T06:01:09.731Z","dependency_job_id":"a61eeaa6-e277-4fa1-9d73-2e9cf0bf294b","html_url":"https://github.com/forderud/IntelliMouseDriver","commit_stats":null,"previous_names":["forderud/intellimouse"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/forderud/IntelliMouseDriver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FIntelliMouseDriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FIntelliMouseDriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FIntelliMouseDriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FIntelliMouseDriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forderud","download_url":"https://codeload.github.com/forderud/IntelliMouseDriver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FIntelliMouseDriver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273272560,"owners_count":25075985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["device-driver","hid","windows"],"created_at":"2025-02-16T16:54:53.374Z","updated_at":"2025-09-02T11:06:13.437Z","avatar_url":"https://github.com/forderud.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Filter drivers for Microsoft Pro IntelliMouse that implements safety checks and exposes WMI interfaces. Based on the KMDF HID device [firefly](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 ([backport request](https://github.com/microsoft/Windows-driver-samples/issues/1022)). The mouse should report itself with `VendorID=045E` (Microsoft) and `ProductID=082A` (Pro IntelliMouse).\n\n### Driver projects\n\n\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth\u003eDriver\u003c/th\u003e\n            \u003cth\u003eDescription\u003c/th\u003e\n            \u003cth\u003eTest utilities\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003cb\u003eMouseMirror\u003c/b\u003e\u003c/td\u003e\n            \u003ctd\u003eAn upper device filter driver for the Mouse class for Microsoft Pro Intellimouse. Registers a \u003ca href=\"MouseMirror/MouseMirror.mof\"\u003eMouseMirrorDeviceInformation\u003c/a\u003e WMI class that can be accessed from user mode to mirror mouse movement. Can easily be modified to also work with other mouse models.\u003c/td\u003e\n            \u003ctd\u003e\u003ctt\u003eMouseMirror.ps1\u003c/tt\u003e: PowerShell script for enabling mirroring of mouse movement through the WMI interface.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd rowspan=3\u003e\u003cb\u003eTailLight\u003c/b\u003e\u003c/td\u003e\n            \u003ctd rowspan=3\u003eAn upper device filter driver for the HID class for Microsoft Pro Intellimouse. Registers a \u003ca href=\"TailLight/TailLight.mof\"\u003eTailLightDeviceInformation\u003c/a\u003e WMI class that can be accessed from user mode to control the tail-light.\u003c/td\u003e\n            \u003ctd\u003e\u003ctt\u003eTailLight.ps1\u003c/tt\u003e: PowerShell script for updating the tail-light through the WMI interface.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003c!-- \u003ctd\u003e\u003c/td\u003e --\u003e\n            \u003c!-- \u003ctd\u003e\u003c/td\u003e --\u003e\n            \u003ctd\u003e\u003ctt\u003eHidUtil\u003c/tt\u003e: Command-line utility for querying and communicating with HID devices.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003c!-- \u003ctd\u003e\u003c/td\u003e --\u003e\n            \u003c!-- \u003ctd\u003e\u003c/td\u003e --\u003e\n            \u003ctd\u003e\u003ctt\u003eflicker\u003c/tt\u003e: Application for causing the mouse to blink by sending commands through the WMI interface.\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003cb\u003eVirtualMouse\u003c/b\u003e\u003c/td\u003e\n            \u003ctd\u003e\u003ca href=\"https://learn.microsoft.com/en-us/windows-hardware/drivers/usbcon/developing-windows-drivers-for-emulated-usb-host-controllers-and-devices\"\u003eUDE\u003c/a\u003e driver for emulating a USB mouse. Based on \u003ca href=\"https://github.com/xxandy/USB_UDE_Sample\"\u003exxandy/USB_UDE_Sample\u003c/a\u003e\u003c/td\u003e\n            \u003ctd\u003e\u003ctt\u003eMouseMove\u003c/tt\u003e: Command-line utility for moving the mouse cursor. Does unfortunately \u003ci\u003enot\u003c/i\u003e work in a VM.\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n### Prerequisites\n* Optional: Microsoft [Pro IntelliMouse](https://www.microsoft.com/en/accessories/products/mice/microsoft-pro-intellimouse) for testing of the `TailLight` driver.\n* Separate computer or VirtualBox VM for driver testing. Needed to avoid crashing or corrupting your main computer in case of driver problems.\n\n**Getting started information for [driver testing](../../wiki/Driver-testing)**.\n\n\u003cimg alt=\"Prerequisites\" src=\"Prerequisites.png\" width=\"50%\" height=\"50%\" /\u003e  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforderud%2Fintellimousedriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforderud%2Fintellimousedriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforderud%2Fintellimousedriver/lists"}