This commit is contained in:
François Revol
2017-11-22 14:06:06 +01:00
parent c247a73bea
commit 9c7aacad7b
@@ -95,7 +95,7 @@ ps2_dev_detect_pointing(ps2_dev* dev, device_hooks** hooks)
goto dev_found; goto dev_found;
} }
// reset the mouse for the case that the previous probes leaf the mouse in // reset the mouse for the case that the previous probes left the mouse in
// a undefined state // a undefined state
status = ps2_reset_mouse(dev); status = ps2_reset_mouse(dev);
if (status != B_OK) { if (status != B_OK) {