openrgb:alloy_fps_devel

Last commit made on 2020-07-12
Get this branch:
git clone -b alloy_fps_devel https://git.launchpad.net/openrgb

Branch merges

Branch information

Name:
alloy_fps_devel
Repository:
lp:openrgb

Recent commits

b20042b... by Adam Honse

Disable alloy elite extended packet

18d35fc... by Adam Honse

Re-add interface check for Corsair driver when not using HID usages. Only set special function control for non-keyboards

94ab5bb... by Chris <email address hidden>

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

e9727fc... by Katzenbiber <email address hidden>

Fix Wraith Prism using WinUSB on Windows

- Add Usage Page to Wraith Prism Detect, which fixes WinUSB bugs.
- Change AMDWraithPrismControllerDetect.cpp structure

3614aa0... by Adam Honse

Fix issues preventing hidapi from working without WinUSB on Windows

05e76cc... by Adam Honse

Fix Windows build

816eabb... by Adam Honse

Update direct packet for HyperX keyboards based on Alloy FPS captures

9b6e249... by Adam Honse

Code style cleanup for MSI GPU controller

5778d34... by Hex3l <email address hidden>

adds support to MSI 2080 Ti Sea Hawk EK X

b785f2e... by xyz <a@b.c>

Attach PCI IDs in DetectNvAPII2CBusses()