Skip to content

Commit

Permalink
device.mk: blacklist goodix fingerpint input
Browse files Browse the repository at this point in the history
* There's no reason to include this input in recovery

* There is also an issue i'm facing where the power button doesn't register sometimes, i'm suspecting it is because of the fingerprint input

Signed-off-by: chickendrop89 <chickendrop89@gmail.com>
  • Loading branch information
chickendrop89 committed Nov 18, 2023
1 parent a621ebf commit a2a6c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ TWRP_INCLUDE_LOGCAT := true
# Possible supported frequencies: 30, 60, 90, 120
TW_FRAMERATE := 90

# Blacklist Goodix fingerprint. There's no reason to include this input in recovery
TW_INPUT_BLACKLIST := "uinput-goodix"

TW_CUSTOM_CPU_TEMP_PATH := "/sys/class/thermal/thermal_zone7/temp"
TW_BRIGHTNESS_PATH := "/sys/class/backlight/panel0-backlight/brightness"
TW_LOAD_VENDOR_MODULES += "adsp_loader_dlkm.ko focaltech_ts_i2c.ko goodix_ts_9896.ko qti_battery_charger.ko camera.ko"
Expand Down

0 comments on commit a2a6c7a

Please sign in to comment.