ps2: disable elantech support until it's more functional

This commit is contained in:
Jérôme Duval
2013-10-04 16:04:25 +02:00
parent 6eb9729145
commit df6c32e882
@@ -89,11 +89,13 @@ ps2_dev_detect_pointing(ps2_dev *dev, device_hooks **hooks)
goto dev_found; goto dev_found;
} }
#if 0
status = probe_elantech(dev); status = probe_elantech(dev);
if (status == B_OK) { if (status == B_OK) {
*hooks = &gElantechDeviceHooks; *hooks = &gElantechDeviceHooks;
goto dev_found; goto dev_found;
} }
#endif
// reset the mouse for the case that the previous probes leaf the mouse in // reset the mouse for the case that the previous probes leaf the mouse in
// a undefined state // a undefined state