Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5a0e49b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix IDC file for Apple Magic Trackpad 2 over Bluetooth" into udc-dev...

Merge "Fix IDC file for Apple Magic Trackpad 2 over Bluetooth" into udc-dev am: 90da8ad9 am: 105e59b1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21997680



Change-Id: I5f4ea2ce96386da2c03b9e5b1f7d21ba43dc8bd4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3c91112a 105e59b1
Loading
Loading
Loading
Loading
+34 −1
Original line number Diff line number Diff line
Vendor_05ac_Product_0265.idc
 No newline at end of file
+34 −1
Original line number Diff line number Diff line
# Copyright 2023 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#
# Apple Magic Trackpad 2 (Bluetooth) configuration file
#
# WHEN MODIFYING, also change the USB file (Vendor_05ac_Product_0265.idc)
#

gestureProp.Pressure_Calibration_Offset = 30
gestureProp.Palm_Pressure = 250.0
gestureProp.Palm_Width = 20.0
gestureProp.Multiple_Palm_Width = 20.0

# Enable Stationary Wiggle Filter
gestureProp.Stationary_Wiggle_Filter_Enabled = 1
gestureProp.Finger_Moving_Energy = 0.0008
gestureProp.Finger_Moving_Hysteresis = 0.0004

# Avoid accidental scroll/move on finger lift
gestureProp.Max_Stationary_Move_Speed = 47
gestureProp.Max_Stationary_Move_Speed_Hysteresis = 1
gestureProp.Max_Stationary_Move_Suppress_Distance = 0.2
+3 −3
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@
# limitations under the License.

#
# Apple Magic Trackpad 2 configuration file
#   Bluetooth vendor ID 004c
#   USB vendor ID 05ac
# Apple Magic Trackpad 2 (USB) configuration file
#
# WHEN MODIFYING, also change the Bluetooth file (Vendor_004c_Product_0265.idc)
#

gestureProp.Pressure_Calibration_Offset = 30
+34 −1

File changed.File mode changed from 120000 to 100644.

Contains only whitespace changes.