From 721b9dc2154ea01caa8c8a538835fbbdd73bd4dc Mon Sep 17 00:00:00 2001 From: Harry Cutts Date: Wed, 26 Jun 2024 15:45:55 +0000 Subject: Add IDC file for touchpad Test: check values of "Palm Width" and "Multiple Palm Width" gesture properties from `dumpsys input` when the touchpad is connected Bug: 270712570 Bug: 349607100 Flag: EXEMPT resource only update Change-Id: I52b9b9a77cd4151b40ba19f68f3446133f0dfa1c --- data/keyboards/Vendor_18d1_Product_4f60.idc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/keyboards/Vendor_18d1_Product_4f60.idc (limited to 'data') diff --git a/data/keyboards/Vendor_18d1_Product_4f60.idc b/data/keyboards/Vendor_18d1_Product_4f60.idc new file mode 100644 index 000000000000..b9fd406d0b93 --- /dev/null +++ b/data/keyboards/Vendor_18d1_Product_4f60.idc @@ -0,0 +1,18 @@ +# Copyright 2024 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. + +# Increase palm thresholds, since this touchpad has a tendency to overstate +# touch sizes. +gestureProp.Palm_Width = 40.0 +gestureProp.Multiple_Palm_Width = 40.0 -- cgit v1.2.3-59-g8ed1b