- Introduced symlinks for WCNSS_qcom_cfg.ini and wlan_mac.bin for qca6490 and qca6750. - Updated BoardConfig.mk to enable vendor RIL service and set security patch level. - Enhanced device.mk with additional packages for Wi-Fi, USB, and sensors. - Removed obsolete GNSS-related files from proprietary-files.txt. - Updated setup-makefiles.py and sort-blobs-list.sh to executable permissions. - Created public.libraries.txt for shared libraries. - Added prebuilt IDCs and keylayouts for fingerprint sensors (uinput-fpc and uinput-goodix). - Implemented new HAL configuration for sensors. - Enhanced WLAN configuration files with additional parameters for performance optimization. - Updated wpa_supplicant_overlay.conf and p2p_supplicant_overlay.conf for improved Wi-Fi functionality.
30 lines
802 B
Plaintext
30 lines
802 B
Plaintext
# MIUI ADD:Fingerprint_MIUIFingerprintFrame
|
|
# FPC1020 Touch sensor driver
|
|
#
|
|
# Copyright (c) 2013,2014 Fingerprint Cards AB <tech@fingerprints.com>
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License Version 2
|
|
# as published by the Free Software Foundation.
|
|
#
|
|
|
|
#key 304 DPAD_CENTER VIRTUAL
|
|
#key 102 HOME VIRTUAL
|
|
#key 108 SYSTEM_NAVIGATION_DOWN
|
|
#key 103 SYSTEM_NAVIGATION_DOWN
|
|
# Swipe Up
|
|
#key 103 DPAD_UP VIRTUAL
|
|
|
|
# Swipe Down
|
|
#key 108 DPAD_DOWN VIRTUAL
|
|
|
|
# Single Tap
|
|
key 105 DPAD_CENTER VIRTUAL
|
|
|
|
# Double Tap
|
|
key 106 BUTTON_C VIRTUAL
|
|
|
|
# Keymap between kernel and framework.
|
|
# Refer to input-event-codes.h(kernel) and KeyEvent.java(framework) for more details.
|
|
#END Fingerprint_MIUIFingerprintFrame
|