Commit Graph

  • 5aad79135f Don't try to read fan status for Hue 2 devices without fan controllers Adam Honse 2020-07-01 19:25:29 -05:00
  • 5fc6981c16 Fix OpenRazer devices with logo/scroll/left/right matrix effect nodes on Windows Adam Honse 2020-06-30 18:10:05 -05:00
  • 942df26432 Update Readme Adam Honse 2020-06-29 14:20:48 -05:00
  • b3860be638 Bring in NZXT Hue 2 controller improvements from fan_devel branch Adam Honse 2020-06-28 23:44:35 -05:00
  • 8ecabb0789 Add 32-bit GitLab CI build target for Windows Adam Honse 2020-06-28 21:56:58 -05:00
  • d3fc88b24f Fix USB serial port detection in Windows. Fixes false Hue+ detection Adam Honse 2020-06-28 22:36:25 -05:00
  • dfb2e52e7b Add --i2c-tools to help text with warning, set GUI flag if --i2c-tools is specified Adam Honse 2020-06-28 21:41:00 -05:00
  • 96af869d79 Check for local server before detecting devices from hardware and tweak timeouts to make network connections faster Adam Honse 2020-06-27 17:32:01 -05:00
  • 4c6429ae76 Add OpenRGB client support to GUI Adam Honse 2020-06-28 16:27:08 -05:00
  • 7d2877a8e9 Don't exit after loading a profile from the command line Adam Honse 2020-06-28 11:21:56 -05:00
  • a25f3ef2fc GUI rework to provide more control over optional tabs to main.cpp, add TODO comments for client mode Adam Honse 2020-06-28 03:00:35 -05:00
  • 15ace9d094 Add flag to start application minimized to tray Adam Honse 2020-06-28 02:24:41 -05:00
  • 58aba0a147 Allow specifying --gui and --server together Adam Honse 2020-06-28 02:18:28 -05:00
  • 8e89d82c24 Check for local server before detecting devices from hardware gui_client_devel Adam Honse 2020-06-27 17:32:01 -05:00
  • 199db16ec0 Fix RGB problem with strip and media keys EXtremeExploit 2020-06-26 18:28:37 -03:00
  • c364fabf57 Add the UK Enter and UK Backslash leds EXtremeExploit 2020-06-26 11:02:21 -03:00
  • 15a2d5beaf Add zadig clarification to readme Adam Honse 2020-06-26 13:50:00 -05:00
  • 5b956f7ff1 Add missing Corsair PIDs Adam Honse 2020-06-26 11:15:59 -05:00
  • dc42248a88 Added Warrior Kane TC235 Chris 2020-06-26 14:47:16 +10:00
  • eeeab399be Fix LED count in Corsair Lighting Node controller Adam Honse 2020-06-25 22:32:33 -05:00
  • 39d451793b Update Lighting Node detection to detect multiple of the same device. Add reads to Lighting Node driver to fix compatibility with Corsair Lighting Protocol Arduino project Adam Honse 2020-06-25 22:30:31 -05:00
  • 5db888fba0 Add Fedora dependency list to README Adam Honse 2020-06-25 14:50:35 -05:00
  • 1b91687fac Re-add LED 2 for WiFi X570 Gigabyte boards Adam Honse 2020-06-25 13:25:11 -05:00
  • 7d38cd4a78 Fix issue #161 Chris 2020-06-26 03:04:29 +10:00
  • 899b90decc Udev rules to replace 99-openRGB.rules Chris 2020-06-25 22:52:53 +10:00
  • 8dcb1f075d Add LED header for Gigabyte RGB Fusion 2.0 - X570 I AORUS PRO WIFI (rev. 1.0) motherboards. Solves #161. edbgon 2020-06-25 10:46:41 +02:00
  • 5588f9b7a9 Quick G403 Hero support (First Time contributing to something so hopefully I don't mess up) Nate Dean 2020-06-25 00:52:32 -06:00
  • 717620e8dd debian: openrgb-udev depends on udev Thomas Karl Pietrowski 2020-06-19 20:52:06 +02:00
  • 877d462dbc debian: Remove package dependencies Thomas Karl Pietrowski 2020-06-19 20:40:48 +02:00
  • d3cf315175 debian: Also recommend openrgb-dkms-drivers Thomas Karl Pietrowski 2020-06-19 20:53:32 +02:00
  • f47129902a debian: Building in parallel Thomas Karl Pietrowski 2020-06-19 20:51:42 +02:00
  • 5a3c69ec32 debian: Recommend to install openrgb-udev Thomas Karl Pietrowski 2020-06-19 20:50:02 +02:00
  • 392c547b87 debian: Making openrgb-udev a arch-indep package Thomas Karl Pietrowski 2020-06-19 20:49:40 +02:00
  • 38527a5122 debian: Adding pkg-config as Build-Dep Thomas Karl Pietrowski 2020-06-19 19:42:43 +02:00
  • 77412a959f debian: Cleanup Thomas Karl Pietrowski 2020-06-19 19:13:40 +02:00
  • 3a5ebe387e debian: Adding separate package for udev rule Thomas Karl Pietrowski 2020-06-19 19:13:33 +02:00
  • 1db412e970 Fix high CPU usage when running the SDK server Térence Clastres 2020-06-20 16:45:23 +02:00
  • a3c931392a Merged MP750 Medium changes and made logic changes to correctly compile and execute Chris 2020-06-25 00:57:55 +10:00
  • b94f701db8 Fix high CPU usage when running the SDK server Térence Clastres 2020-06-20 16:45:23 +02:00
  • b79ff124e6 Replace Sleep() by std::thread::sleep_for() Térence Clastres 2020-06-20 15:50:07 +02:00
  • 60baf6d05f Remove duplicate line Adam Honse 2020-06-24 08:26:09 -05:00
  • cb9b22804a Implement human color parsing in the command-line by using the standardized CSS 3 subset, well known for styling. Interpret first as text to avoid problems like 'darkgreen' being picked up as 0xDA. Swyter 2020-06-21 02:54:30 +02:00
  • d2dfd03551 Use the default SDK port constant in the CLI Térence Clastres 2020-06-23 09:29:24 +02:00
  • f3bdee9bd2 CLI: Allow --mode flag to be case insensitive Térence Clastres 2020-06-21 00:17:20 +02:00
  • 7a3de1edbb Add firmware version request to NZXT Hue 2 controller Adam Honse 2020-06-22 23:23:36 -05:00
  • 0464fbcbe2 Make default SDK port a defined constant Adam Honse 2020-06-22 11:32:32 -05:00
  • 12226804f3 Rename small to medium for Cooler Master MP750 Adam Honse 2020-06-22 11:23:26 -05:00
  • f06d71bd0c Add Cooler Master MP750 small variant PID Adam Honse 2020-06-22 08:59:42 -05:00
  • 112d5a1cb2 Add Corsair Strafe IDs to detection list Adam Honse 2020-06-22 08:47:46 -05:00
  • b70658e37d Asus USB: Fail detection if config table read fails Martin Hartl 2020-06-20 00:46:29 +02:00
  • 80a2770263 Update Corsair peripheral controller to use HID writes and reads instead of feature reports where possible Adam Honse 2020-06-21 20:11:16 -05:00
  • 765ef62858 Add SteelSeries Siberia 350 Erik Karlsson 2020-06-20 20:31:03 +02:00
  • 0e58fcc236 Update AuraUSBControllerDetect.cpp Matthias Wirtz 2020-06-21 05:40:41 +00:00
  • 4bf0330974 Fix mode colors in Corsair Lighting Node controller Adam Honse 2020-06-20 22:14:30 -05:00
  • 6d585d3eeb Network: Print used port on startup and change default to 6742 Térence Clastres 2020-06-20 13:49:59 +02:00
  • 0286a5dd58 CLI: Add daemon/server mode Térence Clastres 2020-06-20 02:27:19 +02:00
  • b3cadbae5d Fix CLI Térence Clastres 2020-06-10 20:23:10 +02:00
  • e26e874d1c Fix file that didn't get renamed Adam Honse 2020-06-19 16:34:51 -05:00
  • c9c214267d Update matrix map to fix offsets and add ISO layout keys to the matrix. ENTER was shifted right one column to account for ISO #/~ key Adam Honse 2020-06-19 15:18:52 -05:00
  • 6957c1ca03 Add link to OpenRGB.NET project by diogotr7 to README Adam Honse 2020-06-19 14:51:37 -05:00
  • f5aafda340 Added logitech g512 PID Diogo Trindade 2020-06-19 19:27:18 +01:00
  • f1fe428f59 Rename Hue2Controller to NZXTHue2Controller and add additional Hue 2 protocol devices documented in liquidctl Adam Honse 2020-06-19 14:40:29 -05:00
  • 614c9768ad Needed changes for nightly builds on launchpad.net Thomas Karl Pietrowski 2020-05-19 19:56:32 +00:00
  • 5828c4df8d Add Debian packaging files Adam Honse 2020-04-12 23:26:00 -05:00
  • 6cf32b8a94 Remove icon extension in desktop file Adam Honse 2020-06-18 21:51:51 -05:00
  • bc6487505a Adding scripts and tooling to build an AppImage B Horn 2020-06-18 03:13:08 +01:00
  • d1e8104442 Added missing g810 keys and PID Diogo Trindade 2020-06-17 15:56:14 +01:00
  • 91414084d6 Move Off mode to second position in MSI Mystic Light mode list so that custom mode works Adam Honse 2020-06-18 10:50:25 -05:00
  • 372ff746ad Add SteelSeries Rival 300 Black Ops edition to PID detecton list Adam Honse 2020-06-18 09:47:39 -05:00
  • ab297281d3 Fix Blackwidow 2019 string in OpenRazer device list Adam Honse 2020-06-17 03:26:22 -05:00
  • 2cbba19bf9 Code style changes to MSI Mystic Light detection, use the same hidapi detection code as used by other drivers Adam Honse 2020-06-16 17:21:35 -05:00
  • b5001c983e Add RGB Fusion 2 USB to udev rules Adam Honse 2020-06-16 13:47:14 -05:00
  • 7d4d6152ab Add OpenRGB E1.31 Receiver to SDK projects list Adam Honse 2020-06-15 22:46:47 -05:00
  • f2c1022c7f Don't consider client online until it has been initialized Adam Honse 2020-06-15 22:41:33 -05:00
  • 771e362a63 Do not automatically refresh HyperX direct mode unless it has been 50ms since last device update to prevent flickering Adam Honse 2020-06-15 11:04:59 -05:00
  • 3eba2c3dd3 Add underglow zone for Razer Huntsman Elite Adam Honse 2020-06-14 15:57:50 -05:00
  • 305f66ad3d Treat the LED strip on the Razer Diamondback as a single zone Adam Honse 2020-06-14 14:14:12 -05:00
  • 3191a87f46 Update README Adam Honse 2020-06-13 19:45:59 -05:00
  • a9493d46aa Implement LED packing for Logitech G810 direct mode Adam Honse 2020-06-13 17:32:39 -05:00
  • 6499ee4312 Add Logitech G810 direct mode, LED list, and matrix keymap. Update function still needs optimization to pack multiple keys per packet Adam Honse 2020-06-13 16:50:41 -05:00
  • f26897df71 Fix Logitech G810 controller build on Linux Adam Honse 2020-06-12 19:49:04 -05:00
  • 8ae07ea9e2 Logitech G810 Orion Spectrum driver, does not include direct mode yet Adam Honse 2020-06-12 15:23:22 -05:00
  • cb94b4fe28 Update .gitignore Adam Honse 2020-06-11 08:31:51 -05:00
  • f51f222fb4 Initialize color modes for per-LED modes on Aura Core controller Adam Honse 2020-06-10 18:58:00 -05:00
  • d3162ea2e8 Initial version of the MSVC/Qt5 GitLab buildbot. On Windows also copy inpoutx64.dll and libusb-1.0.dll to the final destination and use intermediate build folders to get rid of the cruft. Swyter 2020-06-03 09:27:41 +02:00
  • fa1f0b05ce Initialize i2c start and done flags Adam Honse 2020-06-10 11:42:28 -05:00
  • c7bb002b7c Add Aura X570 interface number workaround to libusb DLLs Adam Honse 2020-06-10 09:43:27 -05:00
  • b1de039f21 Finished up all the modes crashniels 2020-06-04 03:07:09 +02:00
  • e086ecd0bb Fix wheel color changing when setting all devices Adam Honse 2020-06-07 18:01:48 -05:00
  • f612ca8bdc Fix bug with ColorWheel updating Adam Honse 2020-06-07 17:58:55 -05:00
  • 5b8441c57d Initial implementation of RGB Fusion 2 DRAM controller Adam Honse 2020-06-07 15:49:28 -05:00
  • 919d89d52f Update Redragon M711 controller with generic write function Adam Honse 2020-06-03 21:48:17 -05:00
  • 479d51df87 AMD ADL Windows crashniels 2020-06-02 20:34:34 -05:00
  • 687424e732 Rename Glorious Model 0 detection file Adam Honse 2020-06-02 17:35:22 -05:00
  • a2a613f22d use hidapi instead of libusb crashniels 2020-06-02 20:10:05 +02:00
  • a34d0f93a3 Added most modes in crashniels 2020-06-02 19:49:00 +02:00
  • 8e62be0b9e Added the Model O crashniels 2020-06-02 17:28:35 -05:00
  • 95bcc5e0fd Add pkgconf to the dependencies in the README vinno97 2020-05-30 18:59:56 +00:00
  • 19ef8afe70 Updated controller to use HIDAPI instead of LIBUSB Chris 2020-06-02 14:10:20 +10:00
  • 4c06be5e98 Update I801 sniffer to support multiple read/write sizes i2c_sniffer_i801 Adam Honse 2020-06-01 23:36:10 -05:00