Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Improve USB device hardware ID triplet collection #476

Merged
merged 2 commits into from
May 15, 2024

Conversation

fauxpark
Copy link
Member

Description

The regex in UsbListener should ensure all detected USB devices contain a hardware ID that matches the VID/PID/REV triplet, but the UsbDevice class assumes it is always the first one in the list.

Thanks to @sigprof for pointing this out.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Documentation

Issues Fixed or Closed by This PR

@fauxpark fauxpark requested a review from a team May 12, 2024 00:54
@fauxpark fauxpark merged commit 1e63e81 into qmk:master May 15, 2024
5 checks passed
@fauxpark fauxpark deleted the windows-improve-hardwareid-collection branch May 15, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants