Adam Honse
e713300348
Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues
2026-05-05 01:37:26 -05:00
Adam Honse
b19e65cd2d
Move HID detector calls to RunHIDDetector/RunHIDWrappedDetector functions and return controller list from detector functions
2026-05-05 01:37:26 -05:00
Adam Honse
53e72e8040
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-05-05 01:37:26 -05:00
Adam Honse
2adf9c5f26
RGBController API Overhaul
...
* Reorganize and clean up RGBController API functions
* Add functions to get protected RGBController member values
* Make NetworkClient, ProfileManager, and ResourceManager friend classes so they can access protected members
* Protected previously-public RGBController members
* Information strings (name, vendor, description, version, serial location)
* Device type
* Active mode
* Flags
* LEDs vector
* LED alternate names vector
* Modes vector
* Colors vector
* Zones vector
* Add CONTROLLER_FLAG_HIDDEN to allow plugins to hide controllers from control GUI
* Add update reason codes to RGBController update callback and signal updates on more RGBController events
* Add loop zone types and segmented zone type
* Add matrix map field to segments
* Rework matrix_map_type from using pointers to vector to prevent memory leaks
* Rework KeyboardLayoutManager to return new matrix_map_type
* Add access mutex to RGBController API
* Add per-zone modes ot RGBController API
* Add JSON description functions to RGBController API
2026-05-05 01:37:25 -05:00
M1dDler Official
f6154ccbc4
Add msi rtx 5070 gaming trio
2026-04-28 20:04:53 -05:00
JAO1988
9199d062d1
Add Support for MSI GeForce RTX 5080 SUPRIM LIQUID SOC
2026-04-20 23:32:49 -05:00
vitutu1
c1800f2a6f
Add support for MSI RTX 4070 SUPER Gaming X Slim MLG
2026-04-03 16:46:23 +00:00
sebastien ayanouglou
8f331090f9
Added support to RTX 5070Ti MSI Vanguard 16G
2026-02-16 07:21:32 -06:00
Michał Przytarski
a2f2991192
feat: support MSI GeForce RTX 4060 GAMING X NV Edition 8G
2026-02-07 14:42:15 -06:00
JoakoI98
fa03750957
Added support to RTX 5080 MSI Vanguard OC
2025-10-08 23:02:58 -05:00
Adam Honse
c71cc4f18a
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
2025-09-28 00:47:08 -05:00
ptkovsky
011d36492e
Add support for the MSI GeForce RTX™ 5090 32G SUPRIM SOC
2025-09-27 10:55:01 -05:00
finnff
3cd7560534
Add support for the MSI GeForce RTX™ 5090 32G VANGUARD SOC
2025-09-25 11:58:41 -05:00
Adam Honse
5190274004
Store name in MSIGPUv2Controller to avoid setting it in detector
2025-08-15 16:57:02 -05:00
Hepi34
fc26902d1d
Implements support for the MSI RTX 5080 SUPRIM SOC
2025-06-09 13:27:14 -05:00
breakNull
489d05a13f
Implement MSI GeForce RTX 5090 32G SUPRIM LIQUID SOC RGB
2025-04-18 18:22:34 -05:00
toxyy
685b6c36ac
Adds MSI GeForce RTX 5070 Ti 16G GAMING TRIO OC PLUS Implements #4705
2025-03-24 17:05:54 -05:00
Shauren
d8b60fbc7c
Add MSI GeForce RTX 5080 16G GAMING TRIO OC
2025-03-24 11:44:31 +01:00
Michal Malý
28e97cf2d9
Include missing <chrono> header
2025-03-10 22:53:42 +01:00
Aiden Vigue
e91b5434fa
Add MSI 5090 Gaming Trio OC to MSI GPU controller
2025-03-03 16:37:48 +00:00
RedBlackAka
29e384af98
Add MSI RTX 4070 Gaming X Slim White #4562
2025-01-19 04:13:42 +00:00
RedBlackAka
9ced0a9225
Clean up MSI GPU names
2025-01-17 14:51:26 +00:00
Chris M
ac8158ba9c
Added MSI RTX4070Ti Super 16G Gaming X Slim White GPU
...
* Added `0xE13E` to pci_ids.h
* Registered detector in MSIGPUv2ControllerDetect.cpp
* Link to [webpage](https://www.msi.com/Graphics-Card/GeForce-RTX-4070-Ti-SUPER-16G-GAMING-X-SLIM-WHITE/Specification )
* Resolves #4329
2024-09-18 07:07:16 +10:00
LikMaiDong69
1342adefe4
Resolves Issue #4270 : Added MSI 4080 SUPER Gaming X Trio
2024-09-11 16:39:50 +00:00
Phoebe C
e964a874bc
Adding MSI RTX 4070Ti Super Gaming X Slim
2024-07-03 16:39:38 +00:00
Adam Honse
e924257ddd
Update MSI GPU V2 controller files to new standardized header comment
2024-05-31 11:45:11 -05:00
Julian Fellinger
b3ad41a572
Added MSI RTX4060 Ti Super 16G Gaming X Slim White GPU
2024-05-20 19:42:41 +00:00
Chris M
2b23841ec2
Added MSI RTX4080 16G Gaming X Slim White GPU
...
* Registered detector in MSIGPUv2ControllerDetect.cpp
* Link to [webpage](https://www.msi.com/Graphics-Card/GeForce-RTX-4080-16GB-GAMING-X-SLIM-WHITE )
* Resolves #4110
2024-05-05 01:47:41 +00:00
Adam Honse
d52ad02c5c
Organize most controller files into subfolders
2024-04-30 17:18:39 -05:00