Skip to content

feat(hid): add G13 vendor-page HID probe - #2

Merged
RaapTechllc merged 1 commit into
mainfrom
feat/g13-hid-probe
Aug 31, 2026
Merged

RaapTechllc merged 1 commit into
mainfrom
feat/g13-hid-probe

Conversation

@RaapTechllc

Copy link
Copy Markdown
Owner

Summary

  • add the bosun-hid g13_probe diagnostic example
  • match the G13 by VID/PID and vendor usage page before opening it
  • print raw report lengths and bytes with an idle heartbeat

Why

This is the smallest live M1 R1 path for verifying whether raw G13 reports can be read while Logitech Gaming Software is active. It does not implement the production transport or CLI.

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-features
  • git diff --check
  • probe finds 046D:C21C on usage page 0xFF00 and opens the shared interface
  • capture changed reports with LGS active or closed during the next hardware session

Scope

No device watch, Keychron support, binding UI, or other later-milestone behavior is included.

Add a diagnostic example that opens 046D:C21C on usage page 0xFF00 and prints raw input reports so M1 shared reads can be verified while LGS is running.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T12:15:06.495910Z a7eab5e PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@RaapTechllc
RaapTechllc merged commit 627af98 into main Aug 31, 2026
4 checks passed
@RaapTechllc
RaapTechllc deleted the feat/g13-hid-probe branch August 31, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant