:( Unfortunately still no success. I have grabbed from .module ko from .rodata binaries for
GSLX680_FW_TEST
GSLX680_FW_gsl_customer
GSLX680_FW_I81_GSL3676B_8001280_OGS_SG
GSLX680_FW_I802_GSL3676B_8001280_OGS_SG
GSLX680_FW_I802_GSL3676B_8001280_OGS_DZ
GSLX680_FW_I100_GSL3692_1280800_GG_SG
GSLX680_FW_I89_GSL3676B_19201200_OGS_SG
GSLX680_FW_I71_GSL1686F_1024600_PG_XLL
FW_I89_GSL3676B_19201200_OGS_DZ
GSLX680_FW_I86_GSL3676B_8001280_PG_FC_W
and have tried each of them - there is no required resolution 1280x800 from chip! in .ko file there are some other portions of data like
gsl_config_data_id_I81_GSL3676B_8001280_OGS_SG
gsl_config_data_id_I802_GSL3676B_8001280_OGS_SG
gsl_config_data_id_I802_GSL3676B_8001280_OGS_DZ
gsl_config_data_id_I100_GSL3692_1280800_GG_SG
gsl_config_data_id_I89_GSL3676B_19201200_OGS_SG
gsl_config_data_id_I71_GSL1686F_1024600_PG_XLL
gsl_config_data_id_I86_GSL3676B_8001280_PG_FC
gsl_config_data_id_I86_GSL3676B_8001280_OGS_SG
gsl_config_data_id_I706_GSL1686_OGS_6001024_DZ_70F2
gsl_config_data_id_I89_GSL3676B_19201200_OGS_DZ
gsl_config_data_id_I101_GSL3692_1280800_GG_FC_FC101S123
gsl_config_data_id_I86_GSL3676B_8001280_PG_FC_W
gsl_config_data_id_I892_GSL3676B_8001280_OGS_SG
gsl_alg_id_main
Looks like it is matter to do something before sending FW or in such data structure inside linux module it is not complete FW.
FW from
https://code.google.com/p/yuandao-n90-window-dual-core-2/source/browse/drivers/input/touchscreen/gslx680_ts.h on my Chuwi vi8 super (8" 1280x800) also does not work, completely even no reaction :(
So assuming - could anyone help to move forward with the following:
Question 1) from mentioned above yundao FW in text form there are comments to some values in FW - it is possible to fix existing FW, that for example sends 1725x1200 coordinates just with correction some portions of this FW?
Question 2): Statically linked binary i2cdump for Android x86 = I think, that my farther steps will be in direction pointed by Sergio Costas - I will try to grab under Android loaded into chip FW with i2ctools (still need statically linked binaries for Baytrail x86 Android).
Question 3) I have Windows 8.1 too on my tablet and have firmware file from my tablet Silead.fw. It is able to load it, but still the same problem - resolution ot touch is not 1280x800 instead chip returns on this FW somthing like 1725x1120
looks like it is not enough to have just file with FW, you should correctly load it :( but what to do as init - it is still a question