Commit Graph
5762 Commits
Author SHA1 Message Date
Alzeroff-The-Allfather f03b3472ea Add Corsair K60 RGB PRO SE support 2026-09-21 12:01:20 -05:00
Kamil Rojewski 3e53302613 Apply active profile plugin data when the GUI loads its plugins 2026-09-21 07:20:47 -05:00
Kamil Rojewski 30043e3835 Do not clear the active profile when a profile cannot be read 2026-09-21 07:20:14 +02:00
André Schwarz ce3ee27d8e Renaming PAGE_SIZE in LogitechHIDPP20Controller.cpp 2026-09-20 23:20:08 -05:00
Dmitry Kychanov 0873907793 Fix potential race condition in log message 2026-09-21 03:26:28 +04:00
rom4ster 5303e29628 Remove Debug and Extra Line 2026-09-20 15:33:55 -05:00
rom4ster ffcf003c37 Add Support for Razer Naga V3 Pro 2026-09-20 15:33:54 -05:00
ubelhj f7e0e3d77b Add MSI PRO B850-S WIFI6E to supported devices 2026-09-20 12:45:15 -05:00
Adam Honse cb0052c761 Add a mutex to protect against concurrent saving of configuration file that could result in corruption of the file 2026-09-19 15:18:47 -05:00
Jan Dvořák e075870853 Improve Intel GPU I2C bus detection 2026-09-19 14:36:31 -05:00
Victor Ferreira 4cf5fe9346 Correct the swapped brightness and speed comments
Measured on an ASRock Intel Arc B580 Steel Legend, which uses this same
packet: holding everything else fixed and stepping data[5] through 0xFF,
0x40 and 0x00 dims the zone progressively and turns it off at zero, while
data[4] does not change brightness.  So data[4] is the effect speed and
data[5] is the brightness, the other way around from what the comments
said.  The bytes written are unchanged, this only fixes the labels.
2026-09-19 14:35:25 -05:00
Victor Ferreira eb5d88537d Call Shutdown() in the ASRock GPU controller destructor
Every other ASRock controller shuts the device thread down before deleting
the controller.  This one did not, so tearing it down logs

  Device thread still active in base class destructor, ensure Shutdown()
  was called from inherited destructor

on every exit.  Seen on an ASRock Intel Arc B580 Steel Legend, but the file
is shared with the Radeon Steel Legend and Taichi cards.
2026-09-19 14:35:25 -05:00
Adam Honse d5e0c94fdc Fix LED view hiding if a device supports per-zone modes and a zone is selected that is following device mode while the device mode is per-LED 2026-09-19 14:23:37 -05:00
Petre cd44e41d46 [New Device] Gigabyte GeForce RTX 4070 SUPER Eagle OC (non-ICE) 2026-09-18 14:02:43 -05:00
epicchillman 0129e58f53 Add support for MSI PRO B850M-A WIFI motherboard 2026-09-18 01:04:25 -07:00
Adam Honse 0adfde971b Update PalitGPUControllerDetect to filter for port ID 1 (the NVIDIA OEM bus) and re-add the PALIT string check in addition to the Gainward i2c_smbus_write_quick check for V1 controllers 2026-09-18 00:47:41 -05:00
Adam Honse 27a93edec5 Add second ID for PNY RTX 5070TI ARGB Epic-X OC 2026-09-18 00:38:50 -05:00
Adam Honse 65e04a5332 Fix crash in MSI 185 controller when board config is null, fixes #5869 2026-09-18 00:24:19 -05:00
Eder Sánchez ec5ff26eda Migrate pre-1.0 AutoStart and UserInterface settings 2026-09-18 00:08:10 -05:00
Prasad Patole 51398fd6c5 Added Support for ASRock RX 9070 XT Steel Legend Dark (0x5414) 2026-09-17 23:45:02 -05:00
Adam Honse 9a6cfaf021 Add visible field to schema for hiding entries from the UI. Use it to hide the no show dialog hashes 2026-09-17 20:39:33 -05:00
Adam Honse 0a201edbc1 Fix a null pointer dereference in SendReply_PluginList 2026-09-17 16:48:41 -05:00
Adam Honse 83ea112603 Update drivers settings defaults 2026-09-16 12:04:43 -05:00
DJMalachite 2c37d4eebb [Quadcast 2 S] Edit RGBController_HyperXMicrophoneV2.cpp to fix reversed matrix map 2026-09-16 07:43:17 -05:00
Matthew Uniack 08a9f83ff4 Add PID for Corsair Sabre RGB Optical mouse (0x1B32) 2026-09-15 12:07:28 -05:00
Nicolas Wendling 1cee73e125 Add alternate subsystem device ID for Sapphire Radeon RX 9070 XT Nitro+ 2026-09-15 12:02:24 -05:00
Yoann Laissus 6f027de52b Fix layout on Gigabyte RTX 5090 XTREME WATERFORCE non WB version 2026-09-15 11:59:50 -05:00
Daniel Clark 94e7b03a50 update the led10 and led 11 zone count routine to handle new cases. 2026-09-15 11:41:11 -05:00
Adam Honse ec13cda548 Correct rc names and mark as development in AppStream manifest 2026-09-15 11:33:31 -05:00
Adam Honse de580d736c Clean up unnecessary and broken Debian dependencies 2026-09-15 11:31:50 -05:00
Adam Honse d42ed48ae1 Always reply to plugin list even if plugin manager is null 2026-09-15 11:29:32 -05:00
Adam Honse 384e1faa56 Change suffix back to git after 1.0 release 2026-09-14 17:28:04 -05:00
Adam Honse 81bbe18a84 OpenRGB version 1.0 release_1.0 2026-09-11 18:06:58 -05:00
Adam Honse 8eb30ba840 Fix warnings in RGBController_PalitGPUv2 2026-09-11 18:02:20 -05:00
Adam Honse f01ab516df Filter out i2c entries that are non-numeric, my PC has a /sys/bus/i2c/devices/i2c-ITE8800:00 that was failing 2026-09-11 17:57:42 -05:00
Adam Honse 0440478acb Protect against out of bounds memory type, replaces !3598 2026-09-11 17:21:29 -05:00
Denilson Martins 6bb57b8822 MSI 7E76 (MSI B840M GAMING WIFI6E) 2026-09-11 15:02:29 -05:00
Adam Honse 954027f087 Update WIX configuration to ensure default INSTALLLEVEL is 2 (service installation) and fix cut off text 2026-09-11 11:50:57 -05:00
OfotViking 243889d818 Add support for Gainward GeForce RTX 4090 Phantom 2026-09-11 10:07:00 -05:00
Adam Honse f69213db02 Palit GPU Cleanup - Merge Palit, Gainward, and PNY - V1 and V2 2026-09-11 10:07:00 -05:00
Jonathan Arellano f4173ed72f Gigabyte RGB Fusion 2 USB: apply once per zone update, not per LED 2026-09-11 09:05:09 -05:00
Jonathan Arellano 69226884cb Device page: coalesce rapid colour-wheel updates instead of queueing 2026-09-11 09:04:17 -05:00
Adam Honse 728846f668 Update screenshot 2026-09-10 20:34:04 -05:00
Adam Honse f6cfac8eef Update Debian dependencies 2026-09-10 20:23:02 -05:00
Adam Honse 9a4857ac33 Update Debian and Fedora package dependencies 2026-09-10 19:09:47 -05:00
Adam Honse 45a6c93bb3 Use 1 second TCP connection timeout for local client autoconnect 2026-09-10 13:11:01 -05:00
RedBlackAka 77285e308a Update German and Norwegian translations for 1.0 final 2026-09-10 07:25:56 -05:00
Adam Honse 84fb7d18d0 Fix warning in RGBController_Alienware.cpp 2026-09-09 21:14:08 -05:00
brenmous e161314090 Add support for MSI B850MPOWER 2026-09-09 23:26:10 +10:00
Adam Honse 0ff7f0fcd6 Fix missing handling of new zone types and fall back to legacy types for older protocols 2026-09-09 01:04:52 -05:00