Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cb5670a authored by allenyu's avatar allenyu
Browse files

Modify to edge trigger and upgrade fw to CID0802_D02_C05 20190322

Root cause:
[FairPhone] continious report point issue

How to fix:
modify the int trigger way

Change-Id: I9aa329e8b0f4fb3a537b982ce57140b36184ed2a
RiskArea:touch
parent cfddcffd
Loading
Loading
Loading
Loading
+4096 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −1
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
extern void himax_ic_reset(uint8_t loadconfig,uint8_t int_off);
#endif

/*[Arima_8901][allen_yu] Modify to edge trigger and upgrade fw to CID0802_D02_C05 20190322 begin*/
/*[Arima_8901][allen_yu] Upgrade himax fw CID0802_D02_C04 20190116 begin*/
/*[Arima_8901][allen_yu] Upgrade himax fw CID0802_D02_C03 20181226 begin*/
/*[Arima_8901][allen_yu] Modify to edge trigger and upgrade himax fw CIDFF00_D01_C02 20181128 begin*/
@@ -37,7 +38,7 @@ unsigned char i_CTPM_FW_HX83112A[]=
};
unsigned char i_CTPM_FW_HX83112B[]=
{
#include "FP_DJN_Arima_CID0802_D02_C04_20190116.i"
#include "FP_DJN_Arima_CID0802_D02_C05_20190322.i"
};

#endif
@@ -45,6 +46,7 @@ unsigned char i_CTPM_FW_HX83112B[]=
/*[Arima_8901][allen_yu] 20181128 end*/
/*[Arima_8901][allen_yu] 20181226 end*/
/*[Arima_8901][allen_yu] 20190116 end*/
/*[Arima_8901][allen_yu] 20190322 end*/

/*[Arima_8710][allen_yu] Solve the report point issue 20180619 begin*/
static void himax_release_all_finger(void);
+3 −1
Original line number Diff line number Diff line
@@ -180,9 +180,11 @@ enum fix_touch_info
    SEC_FIX_HX_Y_RES = 2160,
    SEC_FIX_HX_MAX_PT = 10,
    SEC_FIX_HX_XY_REVERSE = true,
/*[Arima_8901][allen_yu] Modify to edge trigger and upgrade fw to CID0802_D02_C05 20190322 begin*/
/*[Arima_8901][allen_yu] Modify to edge trigger and upgrade himax first fw CIDFF00_D01_C02 20181128 begin*/
    SEC_FIX_HX_INT_IS_EDGE = true,
    SEC_FIX_HX_INT_IS_EDGE = false,
/*[Arima_8901][allen_yu] 20181128 end*/
/*[Arima_8901][allen_yu] 20190322 end*/
#ifdef HX_TP_PROC_2T2R
    SEC_FIX_HX_RX_NUM_2 = 0,
    SEC_FIX_HX_TX_NUM_2 = 0