Dmitry Kychanov
8f701ee147
Fix hotplugging in Logitech HID++ by using a lambda callback to un-list used IDs
2026-09-01 22:30:23 -05:00
Ken Sanislo
bac9cffb27
Logitech HID++ 2.0: fix effect modes, brightness and phantom LEDs on per-key keyboards
2026-09-01 07:30:40 -05:00
Adam Honse
51daeed585
Clean up REGISTER_DUMMY_DETECTOR lines that are no longer relevant after udev rework
2026-08-29 01:07:33 -05:00
Adam Honse
58238c048b
Add custom udev rules everywhere a dummy detector was used
2026-08-20 10:38:57 -05:00
Adam Honse
c5befc354b
Add framework for registering custom udev rules
2026-08-20 10:38:57 -05:00
Ken Sanislo
2df162408e
Logitech HID++ 2.0: detect and drive devices over Bluetooth
2026-08-19 22:38:14 -05:00
Ken Sanislo
10d06298ce
Logitech HID++ 2.0: read the whole Centurion feature set
2026-08-19 22:35:19 -05:00
Ken Sanislo
ea5d7c6c4c
Logitech HID++ 2.0: read the power source on the device's broadcast
2026-08-18 22:09:52 -05:00
Ken Sanislo
779514a6fc
Fix Logitech HID++ 2.0: key both collections of one Windows interface together
2026-08-18 22:08:17 -05:00
Ken Sanislo
da31501087
Fix LogitechHIDPP20Controller probe negative cache
2026-08-18 19:10:18 -05:00
Ken Sanislo
c852af2a2c
Logitech HID++ 2.0: VID-generic detection, protocol fixes and device support
2026-08-16 23:27:46 -05:00
Ken Sanislo
79eb758a52
Logitech HID++ 2.0: restore COUNT fill for the keyboard matrix map
2026-07-14 21:45:18 -05:00
Adam Honse
fd7dbd618d
LogManager cleanup
2026-07-07 01:35:35 -05:00
Adam Honse
3a74c85be8
Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues
2026-07-07 01:35:34 -05:00
Adam Honse
248668ea7d
Drop support for old hidapi versions that don't support usage information
2026-07-07 01:35:34 -05:00
Adam Honse
39f112bb98
Add optional HID device hotplug support (requires https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug )
2026-07-07 01:35:34 -05:00
Adam Honse
fe4ca34528
Move HID detector calls to RunHIDDetector/RunHIDWrappedDetector functions and return controller list from detector functions
2026-07-07 01:35:34 -05:00
Adam Honse
30e35eb44c
Split out detection system from ResourceManager into DetectionManager
...
* Split detection system out into its own class, DetectionManager
* Clean up ResourceManger's many callbacks into just two, one for detection and one general purpose
2026-07-07 01:35:34 -05:00
Adam Honse
25a753b97a
RGBController API Overhaul
...
* Reorganize and clean up RGBController API functions
* Add functions to get protected RGBController member values
* Make NetworkClient, ProfileManager, and ResourceManager friend classes so they can access protected members
* Protected previously-public RGBController members
* Information strings (name, vendor, description, version, serial location)
* Device type
* Active mode
* Flags
* LEDs vector
* LED alternate names vector
* Modes vector
* Colors vector
* Zones vector
* Add CONTROLLER_FLAG_HIDDEN to allow plugins to hide controllers from control GUI
* Add update reason codes to RGBController update callback and signal updates on more RGBController events
* Add loop zone types and segmented zone type
* Add matrix map field to segments
* Rework matrix_map_type from using pointers to vector to prevent memory leaks
* Rework KeyboardLayoutManager to return new matrix_map_type
* Add access mutex to RGBController API
* Add per-zone modes ot RGBController API
* Add JSON description functions to RGBController API
2026-07-07 01:35:34 -05:00
Adam Honse
dfe099fe9b
Fix warning in LogitechControllerDetect.cpp
2026-07-04 15:10:48 -05:00
Ace
3582b96dd9
Fix Logitech G915 TKL: correct PID mapping and HID packet sizes
2026-06-28 03:21:57 -05:00
Adam Honse
d258065e36
Convert static class variables to defines to fix linker error in debug builds
2026-06-28 01:30:40 -05:00
Ken Sanislo
614fef4189
G515 LS TKL and G502 X PLUS support, via Logitech HID++ 2.0 controller with feature discovery
2026-06-23 19:33:18 -05:00
Daniel Lamphere
d5db3d6428
Fix G703 Hero RGB control (wired and wireless)
2026-01-04 12:06:17 -06:00
Adam Honse
0b25cae5e5
Add Logitech G502 X Plus wired detector, only shows as one zone in direct mode
2025-11-16 00:49:15 -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
austinleroy
8487b5c89d
Adding support for Logitech G600 Mouse
2025-09-14 13:15:55 -05:00
Adam Honse
a0726dc065
Store name in LogitechControllers to avoid setting it in detectors
2025-08-16 16:47:44 -05:00
Arthur de Groot
b6d4ded29a
Fix Logitech G915 blue channel writes for little packet
2025-07-04 02:34:02 -05:00
Chris
3405fbb0eb
Adjusted G502 detector from IPU to PU
...
* Adjusted Wired detector to accomodate old and new firmware.
* Resolves #4627
2025-02-25 17:25:43 +11:00
RedBlackAka
c57d58d49b
Miscellaneous cleanups
2025-02-17 15:46:33 +00:00
Chris
7b72d11c97
Correcting G903 HERO wired Interface
...
* Resolves #4212
2025-02-07 23:15:59 +11:00
Adam Honse
815924b9ac
Fix warning in LogitechProtocolCommon.cpp
2025-01-17 00:16:34 -06:00
Adam Honse
5db2c3af8c
Fix warning in LogitechProtocolCommon.cpp
2025-01-16 23:44:58 -06:00
Chris M
7b454ce5f4
Preliminary support for Logitech FP8071
...
* Updated detection for differences in FP8071
2025-01-03 16:12:49 +11:00
RedBlackAka
914cf1b3ff
Clean up names of several devices
2024-12-27 07:41:33 +00:00
Thomas Ricci
fa6a516543
Add new G733 hardware ID
2024-11-03 07:57:21 +00:00
Dmitry Kychanov
300abac9a8
Removed unused includes
2024-10-15 00:24:32 +00:00
Adam Honse
448e019702
Fix possible loss of data warning in RGBController_LogitechLightspeed.cpp
2024-08-13 19:42:10 -05:00
Adam Honse
fb2b0aa8e1
Fix possible loss of data warning in RGBController_LogitechLightspeed.cpp
2024-08-08 20:32:35 -05:00
Adam Honse
c38e011924
Fix wstring to string conversion warning in LogitechLightspeedController.cpp
2024-08-07 22:04:11 -05:00
Adam Honse
445c8eade1
Fix signed/unsigned mismatch warning in RGBController_LogitechG915.cpp
2024-08-07 22:03:31 -05:00
Adam Honse
da0f93e8b5
Fix truncation warning in LogitechG915Controller.cpp
2024-08-07 22:03:24 -05:00
Adam Honse
29c77edd37
Fix signed/unsigned mismatch warning in RGBController_LogitechG815.cpp
2024-08-07 22:03:17 -05:00
James Buren
66109be668
Properly fix how how hidapi and libusb dependencies are handled
2024-08-05 01:14:17 +00:00
Adam Honse
894380a5d4
Fix signedness issue in LogitechGProKeyboardController.cpp
2024-08-02 11:51:16 -05:00
Adam Honse
f95bd77366
Fix signedness issue in LogitechGLightsyncController.cpp
2024-08-02 11:49:45 -05:00
Adam Honse
f1a85915f9
Fix signedness issue in LogitechG915Controller.cpp
2024-08-02 11:47:58 -05:00
Adam Honse
1ef8af75ae
Fix signedness issue in LogitechG910Controller.cpp
2024-08-02 11:44:47 -05:00
Adam Honse
edab781d44
Fix signedness issue in LogitechG815Controller.cpp
2024-08-02 11:43:15 -05:00