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
Add a licensed driver-backed keyboard path on Windows, including protocol/version updates, HID report framing, broker validation, and Win32 fallback behavior when the licensed path is unavailable. Update tests and documentation to cover the new keyboard device type and control-protocol semantics.
Copy file name to clipboardExpand all lines: docs/maintainer/store-review-validation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Paste this into the Partner Center certification notes field:
15
15
```text
16
16
This package installs the libvirtualhid Windows user-mode UMDF/VHF virtual HID driver and local broker service. Applications consume it through the libvirtualhid client API, and the MSI includes a native diagnostic UI for local validation.
17
17
18
-
Every virtual gamepad or driver-backed Raw Input mouse creation requires an active license. A currently granted review license key with an available device activation is supplied separately in the Partner Center certification credentials or notes. The key is not embedded in the package or this document.
18
+
Every virtual gamepad, driver-backed keyboard, or driver-backed Raw Input mouse creation requires an active license. A currently granted review license key with an available device activation is supplied separately in the Partner Center certification credentials or notes. The key is not embedded in the package or this document.
In the libvirtualhid control window, paste the supplied review key into the License key field and click Activate license. Confirm the status changes to Licensed. Then leave the default Xbox Series profile selected and click Create. Use the button and axis controls in the UI to submit input to the virtual controller. Next, change Device type to Mouse and click Create. Use Tab or the arrow keys to highlight the mouse controls and Space or Enter to activate relative movement, momentary button, and wheel input without using the physical mouse.
35
35
36
36
Expected result:
37
-
- The backend status reports windows-umdf with gamepad and mouse support available
37
+
- The backend status reports windows-umdf with gamepad, keyboard, and mouse support available
38
38
- The libvirtualhid_broker service is running
39
39
- License validation succeeds and the license status reports Licensed
40
40
- A virtual HID gamepad is created and appears in the device list
0 commit comments