Skip to content

Commit

Permalink
device.mk: load goodix_ts vendor module
Browse files Browse the repository at this point in the history
* Appended goodix_ts_9896.ko to the string of TW_LOAD_VENDOR_MODULES
* After this, and the commit below, the goodix touchscreen should work in recovery

* 2021cbf

Signed-off-by: chickendrop89 <[email protected]>
  • Loading branch information
chickendrop89 committed Oct 15, 2023
1 parent 981ea76 commit 21ec0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ TW_FRAMERATE := 90

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 qti_battery_charger.ko camera.ko"
TW_LOAD_VENDOR_MODULES += "adsp_loader_dlkm.ko focaltech_ts_i2c.ko goodix_ts_9896.ko qti_battery_charger.ko camera.ko"

TW_BATTERY_SYSFS_WAIT_SECONDS := 6
TW_EXCLUDE_DEFAULT_USB_INIT := true
Expand Down

0 comments on commit 21ec0c9

Please sign in to comment.