pub const LOGITECH_VENDOR_ID: u16 = 0x046d; // 1_133u16
Logitech’s USB/Bluetooth vendor ID. u16 because that is the width of the field itself; readers whose API hands back a wider integer widen at the comparison.
u16