This patch corrects an argument alignment bug in ThumbWheel::setStatus: the code allocated a 2-byte parameter buffer but wrote to indices 1 and 2 instead of 0 and 1. That could send malformed data or hit out-of-bounds writes when toggling thumb wheel reporting behavior. The fix is small but meaningful for device control reliability, and it should make thumb wheel status changes behave as intended.

Fixed ThumbWheel status reporting parameter indexing so divert and invert flags are sent correctly to the HID++ backend. - zhengqunkoo/logiops