Skip to content

Commit

Permalink
Repair "device.mk: quality: double-line vendor modules"
Browse files Browse the repository at this point in the history
  • Loading branch information
chickendrop89 authored and AspectPower committed Jul 25, 2024
1 parent 2930bbd commit fa58bc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ 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"

# Display
TW_LOAD_VENDOR_MODULES += "focaltech_ts_i2c.ko goodix_ts_9896.ko"
TW_LOAD_VENDOR_MODULES += "adsp_loader_dlkm.ko qti_battery_charger.ko"
# Vendor modules required for the recovery to function properly
TW_LOAD_VENDOR_MODULES += "focaltech_ts_i2c.ko goodix_ts_9896.ko
TW_LOAD_VENDOR_MODULES += adsp_loader_dlkm.ko qti_battery_charger.ko"

TW_BATTERY_SYSFS_WAIT_SECONDS := 6
TW_EXCLUDE_DEFAULT_USB_INIT := true
Expand Down

0 comments on commit fa58bc4

Please sign in to comment.