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