Loading services/inputflinger/reader/InputDevice.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ void InputDevice::addEventHubDevice(int32_t eventHubId, bool populateMappers) { sysprop::InputProperties::enable_touchpad_gestures_library().value_or(true); // 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 = contextPtr->getDeviceIdentifier(); const InputDeviceIdentifier identifier = contextPtr->getDeviceIdentifier(); const bool isSonyGamepadTouchpad = identifier.vendor == 0x054c && (identifier.product == 0x05c4 || identifier.product == 0x09cc || identifier.product == 0x0ce6); Loading Loading
services/inputflinger/reader/InputDevice.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ void InputDevice::addEventHubDevice(int32_t eventHubId, bool populateMappers) { sysprop::InputProperties::enable_touchpad_gestures_library().value_or(true); // 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 = contextPtr->getDeviceIdentifier(); const InputDeviceIdentifier identifier = contextPtr->getDeviceIdentifier(); const bool isSonyGamepadTouchpad = identifier.vendor == 0x054c && (identifier.product == 0x05c4 || identifier.product == 0x09cc || identifier.product == 0x0ce6); Loading