Adam Honse
e631ca9f11
Add missing 0x08 LED in AMD Wraith Prism ring
2025-12-19 16:04:55 -06: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
Adam Honse
d2b3965bc2
Remove name comment from AMDWraithPrismControllerDetect
2025-08-03 21:31:39 -05:00
Dmitry Kychanov
300abac9a8
Removed unused includes
2024-10-15 00:24:32 +00:00
James Buren
66109be668
Properly fix how how hidapi and libusb dependencies are handled
2024-08-05 01:14:17 +00:00
Adam Honse
b4d15b9545
Move wstring to string conversion to StringUtils.cpp and update most HID get serial number functions to use it
2024-07-28 17:42:01 -05:00
Adam Honse
366fda30f5
Test fixing Windows string conversion warning in AMDWraithPrismController
2024-07-28 02:45:29 -05:00
Adam Honse
30acbb10f7
Update more controller files' header comments to new standardized format
2024-05-08 20:51:16 -05:00
Adam Honse
b6d5c64c5b
Formatting and organizational cleanup for controllers beginning with A
2024-04-30 23:45:41 -05:00
Adam Honse
be90537d10
Fix warnings
2022-11-27 02:52:39 -06:00
Adam Honse
0d545fa9e3
Reverse order of LEDs in ring zone
2022-11-12 21:56:03 -06:00
Adam Honse
ecc837b565
Get both direct and effect modes working together
2022-11-13 02:58:55 +00:00
Adam Honse
b760ffc085
Implement direct mode for AMD Wraith Prism, other functionality is removed for now
2022-11-13 02:58:55 +00:00
Adam Honse
eab96d1b36
Remove SetCustomMode from all controllers beginning with the letter A
2022-08-09 22:58:40 -05:00
Chris
8f8764232e
Adding Legend to Suported Devices
...
+ Adding 🤖 symbol for Automatic saving
+ Changing ⚠️ to 🚨 for better visibility
+ Adding :tools: symbol to mean `partial support`
+ Adding ⭕ symbol to mean not currently implemented by OpenRGB
2022-06-21 16:37:20 +00:00
Chris
524675108d
Automatic generation of markdown pages for supported devices
...
+ Added build-supported-devices.sh script
+ Added new target in CI/CD to build at compile time
2022-05-30 13:30:44 +10:00
Chris
2db2b1dd2f
Alinging Wraith Prism mode names to "Common Modes" convention
...
* As per mode names in https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/Common-Modes
2022-05-07 12:05:12 +10:00
Chris
bc10e3f772
Automatic generation of udev rules for supported devices
...
+ Added build-udev-rules.sh script
+ Added new custom target in Linux section of .pro to accommodate new rules location
2022-04-17 12:31:02 +10:00
Adam Honse
7d34e27019
Code cleanup, mostly updating name of controller pointer in RGBController classes for consistency
2022-01-17 19:27:50 -06:00
Chris
d913707258
Adding brightness to the AMD Wraith Prism Controller
...
Commit amended to fix brightness issue by Adam Honse <calcprogrammer1@gmail.com >
2021-08-22 20:37:11 -05:00
mike
22acdd1fed
Check return code from hid_get_serial_number_string() in GetSerialString()
...
Amended for code style by Adam Honse <calcprogrammer1@gmail.com >
2021-06-04 22:14:05 -05:00
morg
dba814215d
Fixing memory leaks in controllers
2021-02-05 16:25:46 +01:00
Adam Honse
4b5d66ee12
Don't use HID serial string for Wraith Prism as mine reads inconsistently
2020-12-05 03:23:20 -06:00
Adam Honse
d19baf1365
Fill in serial field for all HID controllers using hidapi
2020-12-03 00:01:42 -06:00
Adam Honse
ca3c2ad541
Add HID: prefix to all HID detector locations
2020-12-02 12:18:56 -06:00
Adam Honse
09a9a5c257
Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page
2020-12-01 19:24:52 -06:00
k1-801
dc2b41a0e2
Massive HID detectors update
...
Commit amended to undo change to device list management, still working through that merge request. Want to work this one in first. Changes by Adam Honse <calcprogrammer1@gmail.com >
2020-11-25 02:17:18 -06:00
Adam Honse
4df557391a
Use HID path for Location on AMD Wraith Prism controller
2020-10-02 20:56:49 -05:00
Adam Honse
f3ccaf1a2b
Move RGBController files for device controllers into the Controllers directory
2020-09-29 20:54:04 +00:00
Adam Honse
f716a05947
Add detector names and display them in the progress bar
2020-08-07 14:01:59 -05:00
pobrn
ddc69778dc
Modular detection system with resource manager.
...
Includes pull request !87 with modifications by Adam Honse (calcprogrammer1@gmail.com ).
2020-08-05 00:23:34 -05:00
Katzenbiber
6606ab92bd
Fix Wraith Prism using WinUSB on Windows
...
- Add Usage Page to Wraith Prism Detect, which fixes WinUSB bugs.
- Change AMDWraithPrismControllerDetect.cpp structure
2020-07-17 09:23:49 -05:00
Adam Honse
1d426f109a
Convert AMD Wraith Prism driver to use hidapi instead of libusb
2020-05-29 16:21:05 -05:00
Adam Honse
f110589f91
Fix some small issues with AMD Wraith Prism driver
2020-01-25 17:37:32 -06:00
Adam Honse
fef6f4cba3
Add delay to improve Corsair Pro detection, default modes to down instead of left, clean up Wraith Prism initialization
2020-01-25 17:37:32 -06:00
Adam Honse
d38543a820
Finish AMD Wraith Prism mode updates including working speed table, working random color flag, and appropriate fan/logo modes for ring-specific effects
2020-01-25 17:37:32 -06:00
Adam Honse
2a76201ca4
Implement a speed table for AMD Wraith Prism to use the values taken from the official software. Interpolation was causing strange issues.
2020-01-25 17:37:32 -06:00
Adam Honse
2e84e9808c
Start adding modes to AMD Wraith Prism driver. Speed and random bit implemented, but it seems to have issues. Speeds way too fast
2020-01-25 17:37:32 -06:00
Adam Honse
ee492632ac
Prepare AMD Wraith Prism driver for mode control
2020-01-25 17:37:32 -06:00
Adam Honse
bfd8030438
Send apply command on AMD Wraith Prism to enable ring LEDs
2020-01-05 02:49:44 -06:00
Steven Franzen
dbf796256b
Fix most compiler warnings
2019-12-31 19:18:24 -06:00
Adam Honse
5ae3de993d
Add capability to set ring color
2019-12-25 01:21:18 -06:00
Adam Honse
45c7bc8008
Add an RGBController interface for AMD Wraith Prism
2019-12-25 00:54:45 -06:00
Adam Honse
7de0b2549b
Add function to retrieve firmware version string on Wraith Prism
2019-12-24 19:26:40 -06:00
Adam Honse
39b52326b6
Add function to set all ring LEDs to a given effect channel
2019-12-24 15:04:30 -06:00
Adam Honse
b35c900fae
Add function to get effect string for a channel
2019-12-24 14:56:49 -06:00
Adam Honse
7cea74e466
AMD Wraith Prism controller file with some statically coded packets
2019-12-24 01:13:25 -06:00