Adam Honse
e66562bb25
Fix number pad mapping on HyperX Alloy Origins
2020-07-21 16:29:17 -05:00
Adam Honse
902ebc2e83
Initialize transmit color count after inserting blanks
2020-07-21 12:28:05 -05:00
Adam Honse
403d60e214
Update skip list for HyperX Alloy Origins
2020-07-21 12:25:34 -05:00
Adam Honse
1c5130e78a
HyperX Alloy Origins keymap
2020-07-20 23:30:10 -05:00
Miles M
481a5dea2e
Update RGBController/OpenRazerDevices.h
2020-07-20 18:14:46 -05:00
Adam Honse
320129633d
Add SMBus detection mode selection box
2020-07-20 17:49:12 -05:00
xgelectro
0dea21a53e
i2c_smbus_nvapi::i2c_smbus_xfer now returns -1 for I2C_SMBUS_QUICK accesses which are unsupported
2020-07-20 17:37:43 -05:00
xgelectro
79625e9c8a
Removed read bit from i2c_dev_address, so the detection of ASUS ROG RTX20xx Super is now working
2020-07-20 17:37:38 -05:00
Adam Honse
0cff1734ce
Use 65 as size for Alloy Origins feature reports
2020-07-20 17:29:45 -05:00
David Reidsma
e1d8f48cb9
changed max brightness from 5 to 4
2020-07-19 13:32:47 -05:00
B Horn
752737034b
AddressSanitizer build time configuration option
...
This adds a configuration time option for enabling AddressSanitizer,
a tool included with recent versions of gcc (4.8+) and clang (3.1+).
To use it:
qmake CONFIG+=asan <path to orgb>
2020-07-19 13:25:51 -05:00
B Horn
ecf1d2ce98
Bounds checking for ResizeZone implementations
...
As noted in #350 , various RGBControllers don't validate if the zone they
are trying to resize actually exists.
This was fixed by a just checking they remain in bounds.
2020-07-19 13:23:40 -05:00
B Horn
bb743c6b62
Validating user provided indexes in RGBController
...
When using the SDK Server, it was possible to provide indexes that would
later be used inside the various SetXDescription functions in
RGBController. This would result in possible out of bounds reads /
writes.
This is patched by checking the various indexes remain in bounds.
2020-07-19 13:19:59 -05:00
B Horn
f02223d6ba
Checks to avoid null dereferences in NetworkServer
...
Various commands in NetworkServer require extra data. However, if the
packet size is set to 0 for these, the code will skip over reading the
data in and allocating memory. This results in null dereferences.
This patch adds checks to the relevant commands to make sure they don't
continue reading a null pointer.
2020-07-19 13:16:19 -05:00
edbgon
b87980965d
Updated key names in accordance with usb spec
2020-07-19 13:05:51 -05:00
edbgon
2255eea14e
Proper matrix map for Apex 7 keyboard
2020-07-19 13:05:26 -05:00
Adam Honse
0ccf2d0c33
Remove some debugging printouts in Network Client and Server code
2020-07-17 22:10:53 -05:00
Adam Honse
5ce6ec9ea7
Request updated controller mode from server after sending a Set Custom Mode command
2020-07-17 18:29:37 -05:00
Adam Honse
97e1c3e913
Update mode asynchronously
2020-07-17 18:29:37 -05:00
Adam Honse
9937731ad8
Remove WinUSB instructions and instead provide WinUSB uninstall instructions after the Windows HID switch
2020-07-17 17:15:19 -05:00
Adam Honse
bd4f3728f6
Re-add interface check for Corsair driver when not using HID usages. Only set special function control for non-keyboards
2020-07-17 09:23:50 -05:00
Chris
009a6ccd2a
Updated detector to include code pages
...
* Report descriptor for GB Fusion2 USB 048d:8297
0x06, 0x89, 0xFF, // Usage Page (Vendor Defined 0xFF89)
0x09, 0x10, // Usage (0x10)
0xA1, 0x01, // Collection (Application)
0x85, 0x5A, // Report ID (90)
0x09, 0x01, // Usage (0x01)
0x15, 0x00, // Logical Minimum (0)
0x26, 0xFF, 0x00, // Logical Maximum (255)
0x75, 0x08, // Report Size (8)
0x95, 0x10, // Report Count (16)
0xB1, 0x00, // Feature (Data,Array,Abs,No Wrap,Linear,Preferred
State,No Null Position,Non-volatile)
0xC0, // End Collection
0x06, 0x89, 0xFF, // Usage Page (Vendor Defined 0xFF89)
0x09, 0xCC, // Usage (0xCC)
0xA1, 0x01, // Collection (Application)
0x85, 0xCC, // Report ID (-52)
0x09, 0x01, // Usage (0x01)
0x15, 0x00, // Logical Minimum (0)
0x26, 0xFF, 0x00, // Logical Maximum (255)
0x75, 0x08, // Report Size (8)
0x95, 0x3F, // Report Count (63)
0xB1, 0x00, // Feature (Data,Array,Abs,No Wrap,Linear,Preferred
State,No Null Position,Non-volatile)
0xC0, // End Collection
2020-07-17 09:23:50 -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
595248cc10
Fix issues preventing hidapi from working without WinUSB on Windows
2020-07-17 09:23:49 -05:00
Chris
ffc02e6c98
Coolermaster MP750 now supports on load status from device
...
Previous issues with hidapi-hidraw vs hidapi-libusb have been resolved.
CMMP750Controller.cpp now calls GetStatus in the constructor to query
device and set current state. Added "Getters" to the public interface to
allow the RGBController_CMMP750Controller.cpp to access current state in
construction.
2020-07-17 09:16:02 -05:00
Adam Honse
ac2d911566
Disable MSI Mystic Light controller until the bricking issues are understood
2020-07-16 23:34:50 -05:00
Adam Honse
633dfdbddd
Re-add EKControllerDetect.cpp with fixed capitalization (to fix build break on case-sensitive systems
2020-07-16 13:09:59 -05:00
Adam Honse
54cd8408e8
Temporarily delete EKControllerdetect.cpp (lower case)
2020-07-16 13:09:19 -05:00
Chris
384011aab3
Preliminary functionality implemented for EK Loop Connect
...
* 9 modes implemented
* Speed Slider works
* Currently single (non linear) zone
2020-07-16 11:12:59 -05:00
Chris
95ded7b871
Initial commit for the EK Loop Connect Support
...
* Implemented Static & Breathing modes
2020-07-16 11:12:48 -05:00
Adam Honse
607d83b795
More Sapphire GPU work
2020-07-15 14:47:37 -05:00
SuNNjek
f4872c52bd
Add support for MSI RTX 2070 ARMOR
2020-07-15 10:20:05 -05:00
Adam Honse
505e2d2aa4
Initial driver for Sapphire GPU (tested on RX580 Nitro+ on Windows)
2020-07-15 00:22:46 -05:00
Chris
77ecfc3b46
Cleaned up MSI Mysticlight detect pids
...
* Added all MSI Mystic light PIDS to udev rules
* Slight tweak to speed up CM detector
2020-07-14 15:43:40 -05:00
Chris
8107288838
Additonal code corrections and updates for B550
2020-07-14 15:36:56 -05:00
Adam Honse
05e76cc733
Fix Windows build
2020-07-12 17:02:11 -05:00
Adam Honse
816eabb1d1
Update direct packet for HyperX keyboards based on Alloy FPS captures
2020-07-12 16:53:20 -05:00
Adam Honse
9b6e24947d
Code style cleanup for MSI GPU controller
2020-07-12 16:29:34 -05:00
Hex3l
5778d344e0
adds support to MSI 2080 Ti Sea Hawk EK X
2020-07-12 16:25:56 -05:00
xyz
b785f2efbf
Attach PCI IDs in DetectNvAPII2CBusses()
2020-07-12 16:25:07 -05:00
xyz
224f59450e
Add support for MSI RTX 2080S Gaming X Trio
2020-07-12 16:20:57 -05:00
Adam Honse
b80cbe931e
Add Corsair Glaive RGB PRO to detection list
2020-07-12 16:06:58 -05:00
Adam Honse
87adb0bdb7
Add keepalive thread for Alloy Origins
2020-07-12 02:41:07 -05:00
Adam Honse
78c7572a2c
Update constants for Alloy Origin driver and use 64 byte instead of 65 byte operations
2020-07-12 02:10:05 -05:00
Adam Honse
bbed1f64a7
Use interface 3 for Alloy Origins
2020-07-12 01:20:59 -05:00
Adam Honse
ac071902c0
Fix MSVC paths from 2017 to 2019 upgrade
2020-07-12 00:54:06 -05:00
Adam Honse
62a4cd31c5
Update QT path for GitLab CI
2020-07-12 00:47:32 -05:00
Adam Honse
751961b3b3
Initial controller for HyperX Alloy Origins
2020-07-12 00:31:40 -05:00
Chris
30625548e5
Adding USB PID 048D:5702 for Gigabyte B550 Aorus Elite
2020-07-09 22:38:12 -05:00
Chris
9451771ccb
Rewrote the RGBFusion2USBController to allow for per model
...
configurations of LED's and zones
* largely changed knownLayoutsLookup to remove reliance on other enums /
structures and made it a map of maps
* rewritten the code to accomodate that change
2020-07-09 22:25:56 -05:00