From df6c32e882d142e780c546ff8817b79c7bee9029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 4 Oct 2013 16:04:25 +0200 Subject: [PATCH] ps2: disable elantech support until it's more functional --- src/add-ons/kernel/bus_managers/ps2/ps2_dev.cpp | 2 ++ 1 file changed, 2 insertions(+) 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