This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
OpenRGB
Watch
1
Star
0
Fork
0
mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced
2026-09-25 20:04:58 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d5e0c94fdc31b68a34151ee5f2d17646022a4fd8
OpenRGB
/
Controllers
/
KingstonFuryDRAMController
T
History
Guilherme Santiago
b80ac45d99
Kingston Fury DDR5: accept modules with unreadable signature (
#4981
)
2026-08-25 08:59:59 -05:00
..
KingstonFuryDRAMController.cpp
Implement network request to get list of I2C buses so that the Get Hardware IDs dialog works in local client mode
2026-07-07 01:35:35 -05:00
KingstonFuryDRAMController.h
…
KingstonFuryDRAMControllerDetect.cpp
Kingston Fury DDR5: accept modules with unreadable signature (
#4981
)
2026-08-25 08:59:59 -05:00
RGBController_KingstonFuryDRAM.cpp
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-07-07 01:35:34 -05:00
RGBController_KingstonFuryDRAM.h
…