Adam Honse
ae06411a01
Split HID and wrapped HID detector lists into specific detectors (with exact VID/PID matching) and generic detectors (with only IPU matching) and prioritize specific detectors when detecting HID devices
2026-02-15 22:24:43 -06:00
Adam Honse
e8ed3616bd
Add detectors for filtering on IPU only (no VID/PID)
2026-02-15 22:24:43 -06:00
Adam Honse
68387f0400
Drop support for old hidapi versions that don't support usage information
2026-02-15 22:24:43 -06:00
Adam Honse
3611c01c7b
Add optional HID device hotplug support (requires https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug )
2026-02-15 22:21:28 -06:00
Adam Honse
e0bab59a10
Rework list handling in ResourceManager by having NetworkClient own its own list rather than sharing ResourceManager's list
2026-02-15 22:21:28 -06:00
Adam Honse
66d8f5f6a8
Move HID detector calls to RunHIDDetector/RunHIDWrappedDetector functions and return controller list from detector functions
2026-02-15 22:21:25 -06:00
Adam Honse
7471159c77
Detection progress SDK integration, NetworkClient callback rework
2026-02-15 22:20:28 -06:00
Adam Honse
96a9efc48b
Split out detection system from ResourceManager into DetectionManager
...
* Split detection system out into its own class, DetectionManager
* Clean up ResourceManger's many callbacks into just two, one for detection and one general purpose
2026-02-15 22:20:28 -06:00