pushed
zhengqunkoo/logiops • 10:00 PM - Sep 5, 2020
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.
