ps2: disable elantech support until it's more functional
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user