diff --git a/src/add-ons/kernel/bus_managers/ps2/ps2_dev.cpp b/src/add-ons/kernel/bus_managers/ps2/ps2_dev.cpp index 4f7137b8e4..b62532091e 100644 --- a/src/add-ons/kernel/bus_managers/ps2/ps2_dev.cpp +++ b/src/add-ons/kernel/bus_managers/ps2/ps2_dev.cpp @@ -89,11 +89,13 @@ ps2_dev_detect_pointing(ps2_dev *dev, device_hooks **hooks) goto dev_found; } +#if 0 status = probe_elantech(dev); if (status == B_OK) { *hooks = &gElantechDeviceHooks; goto dev_found; } +#endif // reset the mouse for the case that the previous probes leaf the mouse in // a undefined state