mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-02-01 07:57:25 +00:00
5bc9df2b692fbe54ba0e29167401fb202512c934
Fingerprint HAL looks for sys.panel.{color,display,touch_vendor,vendor}
properties:
E [GF_HAL][XiaoMiSensor]: [init] Failed getting sys.panel.display property
E [GF_HAL][ExtModuleCreator]: Failed to getprop sys.panel.touch_vendor
E [GF_HAL][ExtModuleCreator]: Failed to getprop sys.panel.Vendor
On stock ROM these properties are set by init.panel_info.sh script
that translates lockdown-info values from touchscreen drivers.
After investigation of lockdown info from pyxis, vela, grus and xmsirius
all these properties' values are the same: color is BLACK and panel
and display vendor are SDC (Samsung Display Corp).
Add these properties and label them so the fingerprint HAL can access
them. After testing on Pyxis it looks that FP operations are more
reliable.
Change-Id: I9bcc471265ef364318bada305c2ea25110127606
Common device tree for Xiaomi SDM710 devices
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
Description
Languages
Makefile
29.8%
Java
26.1%
Shell
14.2%
C
12.7%
C++
12.3%
Other
4.9%