Commit Graph

2158 Commits

Author SHA1 Message Date
Adam Honse
f492238d19 Add Alpine Linux CI 2021-12-30 18:13:54 -06:00
Chris
2c70a4616c Adding ROG Strix 2060S 8G Gaming GPU
* Added card ID
* Registered detector in AsusAuraGPUControllerDetect.cpp
* Link to [webpage](https://rog.asus.com/graphics-cards/graphics-cards/rog-strix/rog-strix-rtx2060s-8g-gaming-model/)
2021-12-30 18:10:45 +00:00
Frederik Madsen
b7a13c0285 Fixed incorrect IPU registration for the Razer BlackWidow v3 TKL 2021-12-30 18:10:13 +00:00
TheRogueZeta
b03f0206ee Add Asus 2060 O6G Evo Gaming TU104 device ID 2021-12-30 08:13:12 +00:00
Adam Honse
ee6e3d946c Increment version number post-release 2021-12-30 00:46:13 -06:00
Adam Honse
6128731df6 OpenRGB version 0.7 release_0.7 2021-12-30 00:45:07 -06:00
Adam Honse
6ca090d5f4 Use Bullseye OpenRGB builder image to build AppImages and Debian Bullseye .deb packages 2021-12-30 06:02:41 +00:00
Qwex
57e7e6a823 Revert "Fix frames skip when using external effects engine" to fix ram race condition 2021-12-30 06:00:59 +00:00
Brandon Shoopman
bdecbd77fc Add support for Asus Rog Strix 3080 White LHR 2021-12-30 06:00:30 +00:00
Adam Honse
938f67016c Update plugin API to version 2, add unregister functions for all ResourceManager callbacks 2021-12-29 22:50:00 -06:00
Cooper Knaak
6d5ca0b539 Track used paths in DetectRazerARGBController to support multiple Razer ARGB controllers at once. 2021-12-30 01:08:23 +00:00
TheRogueZeta
b877787e12 Update resize messages
Wording adjusted by Adam Honse <calcprogrammer1@gmail.com>
2021-12-29 17:02:01 -06:00
Frederik Madsen
5186161fdd Support for wired and wireless BlackWidow V3 Mini 2021-12-29 18:35:54 +00:00
Adam Honse
341607ec3e Free allocated buffer in Linux pure i2c block transfer function 2021-12-29 03:48:19 -06:00
Adam Honse
46d8ca718e Fix pure i2c block read in Linux 2021-12-29 03:45:12 -06:00
Artem Polishchuk
101550bb6c Update RPM .spec file due MR#933 2021-12-29 03:19:49 -06:00
Artem Polishchuk
ccbe83919a Fix udev rules install path
Need for Flatpak build and probably useful for other distros like Fedora.
2021-12-29 03:18:12 -06:00
Chris
6e7a59a8d9 Initial commit for Corsair M65 to resolve #1687
+ Adding entry for the Corsair M65 PID (non pro)
+ Registered detector
+ Added UDEV rule to 60-openrgb.rules
2021-12-29 16:56:41 +11:00
morg
84c21919e1 Add support for a RTX2080Ti 11G Gaming variant 2021-12-29 05:09:23 +00:00
Mola19
c6c4e76e04 Fixing bugs in ASUS Aura Mouse Controller
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
2021-12-27 21:58:41 -06:00
Chris
be1b982d71 Initial commit for Razer Huntsman V2 TKL
* Adding entry for the Huntsman V2 TKL PID
* Registered detectors
* Added metadata to RazerDevices.h
* Added capabilities to RazerController.cpp
* Added UDEV rule to 60-openrgb.rules
2021-12-27 15:53:05 -06:00
Frederik Madsen
c362719771 Added support for the Razer Huntsman V2 Analog 2021-12-27 21:07:32 +00:00
Neneya
35a827d25c Implement new protocol version that adds tracking of keyboard-internal LED IDs rather than assuming they are in the same order as in OpenRGB, as well as sending the LED ID that needs to be updated on every direct update. 2021-12-27 05:12:39 +00:00
Adam Honse
f093a66057 Remove Ubuntu 20.10 test stage as 20.10 (groovy) has been removed from Ubuntu's official repos 2021-12-24 04:01:05 -06:00
Artem Polishchuk
6bdc9bae4a OpenRGB.spec: Update icon installation due MR#935 2021-12-23 22:32:19 -06:00
Artem Polishchuk
f2ecba739c fix: Icon installation path on Linux
https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
2021-12-23 22:31:06 -06:00
Artem
c8f82bb768 Add AppStream metainfo 2021-12-23 03:50:25 +00:00
Will Gannon
16aae4d873 Added support for Asus ROG Strix 3070Ti O8G Gaming 2021-12-22 05:21:26 +00:00
Erik Karsten
cb0c93d1a3 Refactor NVIDIA_RTX2070S_DEV to NVIDIA_RTX2070S_OC_DEV
Downbinned 1EC7 variant is now the new NVIDIA_RTX2070S_DEV
2021-12-21 21:10:54 +00:00
Erik Karsten
9ca29ea6ec FIX: Use correctly named A8G macro instead of 08G 2021-12-21 21:10:54 +00:00
Erik Karsten
39b15de83e Add alternative release of Strix 2070 Super A8G 2021-12-21 21:10:54 +00:00
Adam Honse
3b2e1396c0 Update warning in README 2021-12-21 01:23:02 -06:00
morg
f08736eab8 Resize tab label height depending on the font in use. Fix #1922
Commit amended to fix icon getting cut off in certain cases by Adam Honse <calcprogrammer1@gmail.com>
2021-12-21 00:27:30 -06:00
TheRogueZeta
eac2066ad5 Add Gigabyte 3080 Ti Vision OC device ID 2021-12-21 00:11:24 +00:00
morg
af1e8ee4c6 E131: Fix RGB order enum value 2021-12-21 00:08:26 +00:00
Chris
bf22e175c1 Removing run time error from AURA USB detection
+ Adding LOG message
+ Deleting object
2021-12-21 09:05:51 +11:00
morg
1dd9148399 Corsair peripheral: fix comparison, add debug messages. 2021-12-20 02:05:24 +00:00
Chris M
f3494822d0 Adding Roccat Vulcan 120 Aimo to 60-openrgb.rules 2021-12-20 02:04:26 +00:00
eispalast
2162ff2d27 Added support for the Dygma Raise
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
2021-12-19 16:31:45 -06:00
Mola19
4b9fa421da Add support for Roccat Vulcan 12X Aimo keyboards
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
2021-12-19 15:34:29 -06:00
TheRogueZeta
61310c33d5 Add device ID for ROG STRIX GTX1050TI O4G GAMING 2021-12-19 17:48:18 +00:00
Mola19
366fbd9720 Add ASUS Strix Evolve mouse
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
2021-12-14 14:23:38 -06:00
Malte Zietlow
186d8a57d7 Add support for Logitech G915TKL 2021-12-12 00:11:00 +00:00
CoffeeIsLife
9a12042b74 Fixed deathadder elite modes not working 2021-12-09 02:54:12 +00:00
Chris
2bea9992a3 Adding extra column to the Razer Tartarus V2 to resolve #2006
+ Adding key map to remove non existent LEDs
2021-12-08 15:10:03 +11:00
Chris
3d469e78f5 Adding failure logging to DMI info 2021-12-07 00:22:01 +00:00
TheRogueZeta
bc3c1b504b Add Palit 3070Ti GamingPro device ID 2021-12-07 00:20:23 +00:00
TheRogueZeta
3ff19efce6 Add TUF-RTX3080-10G-GAMING-PD device ID to the detector 2021-12-05 21:07:34 +00:00
TheRogueZeta
6b1e217afa Fix GPU print messages to use capital letters 2021-12-05 06:08:37 +00:00
TheRogueZeta
d78e9442b2 Add Gigabyte RTX3070 Gaming OC 8G v3.0 LHR to the detector list 2021-12-05 06:06:54 +00:00