Commit 9ca3510
committed
drop ps2 movement packets during host commands
We were running into an issue where during boot
the host would probe the ps2 mouse with magic knock.
But the ps2 mouse would be sending movement packets
with a full buffer which would confuse the probe
due to returning movement packet data mixed with
host response data.
This caused windows driver to not detect a valid ps2
mouse if the user was moving their finger
on the touchpad during boot.
This normally only impacts OS's where there is
no PCH i2c driver present and we fallback
to ps2 emulation. Such as windows setup.
Signed-off-by: Kieran Levin <ktl@frame.work>1 parent 369d3c3 commit 9ca3510
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
431 | 432 | | |
432 | 433 | | |
433 | 434 | | |
434 | | - | |
435 | | - | |
436 | | - | |
| 435 | + | |
437 | 436 | | |
438 | 437 | | |
439 | 438 | | |
| |||
0 commit comments