These are single byte commands which change the mode of the mouse. They don't
take any additional parameters like the SetRate or SetResolution.
Change-Id: I29194916cfed5d3f4893947ef6d6cc636aee2419
Reviewed-on: https://gem5-review.googlesource.com/9701
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
case SetResolution:
case SetRate:
case SetStatusLed:
- case SetScaling1_1:
- case SetScaling1_2:
rxQueue.push_back(Ack);
ackNext = 1;
break;
case Disable:
case Enable:
case SetDefaults:
+ case SetScaling1_1:
+ case SetScaling1_2:
rxQueue.push_back(Ack);
break;
case StatusRequest: