mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Add new PID to list of known Lightspeed Receivers
Logitech is using a new PID 0xC547 for some of it's Lightspeed receivers.
This commit is contained in:
parent
be3f2bfa29
commit
7c165f51af
@ -28,7 +28,8 @@ public class LightspeedHIDLoader<TLed, TData> : IEnumerable<HIDDeviceDefinition<
|
||||
0xC539,
|
||||
0xC53A,
|
||||
0xC541,
|
||||
0xC545
|
||||
0xC545,
|
||||
0xC547
|
||||
};
|
||||
|
||||
#endregion
|
||||
@ -197,4 +198,4 @@ public class LightspeedHIDLoader<TLed, TData> : IEnumerable<HIDDeviceDefinition<
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user