Skip to content

Commit

Permalink
add ilitek touchscreen kmod and firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
naf419 committed Dec 1, 2022
1 parent d07fd61 commit c6ef17a
Show file tree
Hide file tree
Showing 5 changed files with 15,960 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

Current state of features (from [here](https://twrp.me/faq/OfficialMaintainer.html)):

Tested against stock guamna android 11 rom
Tested on system running stock guamna android 11 rom

Touchscreens tested:
- ilitek
- himax

### Blocking checks

Expand Down
1 change: 1 addition & 0 deletions recovery/root/system/bin/load_ts_firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ insmod $module_path/moto_f_usbnet.ko
insmod $module_path/himax_v3_mmi_hx83102d.ko
insmod $module_path/himax_v3_mmi.ko
insmod $module_path/chipone_tddi_mmi.ko
insmod $module_path/ili9882_mmi.ko
insmod $module_path/qpnp_adaptive_charge.ko
insmod $module_path/qpnp-power-on-mmi.ko

Expand Down
Loading

0 comments on commit c6ef17a

Please sign in to comment.