DarthAffe / RGB.NET

The one-stop SDK for RGB-peripherals
http://lib.arge.be
GNU Lesser General Public License v2.1
403 stars 71 forks source link

Same key issue on Logitech #392

Open Aytackydln opened 2 months ago

Aytackydln commented 2 months ago

https://github.com/Aurora-RGB/Aurora/issues/220

DarthAffe commented 2 months ago

@diogotr7 the issue sees sto be caused by this dictionary if multiple devices with the same usage are present. https://github.com/DarthAffe/RGB.NET/blob/41a1d5d97bac5658ff690c4fc9e13ec7a3cd97d5/RGB.NET.Devices.Logitech/HID/LightspeedHidLoader.cs#L107

I'd say calling distinct on the usage should be fine - any thoughts on this?^^