qmk / qmk_toolbox

A Toolbox companion for QMK Firmware
https://qmk.fm/toolbox
MIT License
2.66k stars 519 forks source link

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

Closed fauxpark closed 6 months ago

fauxpark commented 6 months ago

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

Issues Fixed or Closed by This PR