Revert "Enable new touchpad stack by default"
Revert submission 21018993
Reason for revert: Causes a failure in DeviceBootTest (see b/266216942).
Reverted changes: /q/submissionid:21018993
Change-Id: I9247187c69dca2051ac135908a0c83ac322fdff4
diff --git a/services/inputflinger/reader/InputDevice.cpp b/services/inputflinger/reader/InputDevice.cpp
index 7031c8b..90d5d01 100644
--- a/services/inputflinger/reader/InputDevice.cpp
+++ b/services/inputflinger/reader/InputDevice.cpp
@@ -209,7 +209,7 @@
// Touchscreens and touchpad devices.
static const bool ENABLE_TOUCHPAD_GESTURES_LIBRARY =
- sysprop::InputProperties::enable_touchpad_gestures_library().value_or(true);
+ sysprop::InputProperties::enable_touchpad_gestures_library().value_or(false);
// TODO(b/246587538): Fix the new touchpad stack for Sony DualShock 4 (5c4, 9cc) and DualSense
// (ce6) touchpads, or at least load this setting from the IDC file.
const InputDeviceIdentifier& identifier = getDeviceInfo().getIdentifier();