pub const LIGHTSPEED_PIDS: &'static [u16];Expand description
USB product IDs that identify Logitech Lightspeed receivers — the
receivers bundled with G-series wireless devices. 0xc539 ships with the
G502 LIGHTSPEED and the G Pro Wireless — its USB product string is
literally LIGHTSPEED Receiver; 0xc53f is the nano receiver of wireless
mice such as the G305; 0xc547 ships with newer G-series devices such as
the G915 keyboard and the G502 X LIGHTSPEED; 0xc54d ships with the
PRO X SUPERLIGHT 2 DEX.
They speak the same HID++ 1.0 receiver register protocol as Unifying, so
they are enumerated, routed, and paired through the Unifying code path;
only the user-facing receiver name (see receiver_display_name) differs.