devon: Import idc & keylayout configs
Prevents undesired input events from being sent to the OS when moving fingers on the sensor. Change-Id: I7101b9d12380b2ca332f4b8ad0f3bdbf1f3b01bb
This commit is contained in:
committed by
Michael Bestas
parent
56891207c0
commit
6f0ec1de83
+8
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Egis Touch sensor driver
|
||||
#
|
||||
|
||||
device.internal = 1
|
||||
keyboard.layout = uinput-egis
|
||||
keyboard.builtIn = 1
|
||||
keyboard.orientationAware = 1
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# FPC1020 Touch sensor driver
|
||||
#
|
||||
# Copyright (c) 2021 Fingerprint Cards AB <tech@fingerprints.com>
|
||||
#
|
||||
# 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.
|
||||
|
||||
device.internal = 1
|
||||
|
||||
keyboard.layout = uinput-fpc
|
||||
keyboard.builtIn = 1
|
||||
keyboard.orientationAware = 0
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# ETS320 Touch sensor driver
|
||||
#
|
||||
#
|
||||
|
||||
# ets320 "finger present"
|
||||
key 618 SYSTEM_NAVIGATION_UP
|
||||
key 619 SYSTEM_NAVIGATION_DOWN
|
||||
key 622 SYSTEM_NAVIGATION_LEFT
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# FPC1020 Touch sensor driver
|
||||
#
|
||||
# Copyright (c) 2021 Fingerprint Cards AB <tech@fingerprints.com>
|
||||
#
|
||||
# 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.
|
||||
|
||||
# fpc1020 "finger present"
|
||||
key 618 SYSTEM_NAVIGATION_UP
|
||||
key 619 SYSTEM_NAVIGATION_DOWN
|
||||
key 622 SYSTEM_NAVIGATION_LEFT
|
||||
Reference in New Issue
Block a user