focaltech-systems / drivers-input-touchscreen-FTS_driver

FocalTech ft5x06 TouchScreen driver
33 stars 30 forks source link

FT5x26 Support? #2

Open thevirtualdj opened 7 years ago

nazeer46 commented 6 years ago

Is edt-ft5x06.c driver compatible with FT5x26. if not is there and patch available for the same .

thevirtualdj commented 6 years ago

ok. we solved it. thanks

uto, 22. svi 2018. 08:52 SHAIK MAHABOOB NAZEER notifications@github.com je napisao:

Is edt-ft5x06.c driver compatible with FT5x26. if not is there and patch available for the same .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/focaltech-systems/drivers-input-touchscreen-FTS_driver/issues/2#issuecomment-390882227, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGO7__lmnW5W-6q8ZDaebsYwkkIADanks5t07WjgaJpZM4NrYbh .

nazeer46 commented 6 years ago

I am facing the issue with edt-ft5x06.c driver. I could not find any driver compatible with FT5x26. Could you provide me a patch so that FT5x26 is compatible with that existing edt-ft5x06.c driver. Or could you please tell what changes you have done to make FT5x26 work.

-- Regards

AugustoHorita commented 6 years ago

any success on this? I am facing the same issue.

thevirtualdj commented 6 years ago

For me it was pretty straight forward. I was working with sunxi linux and that driver is pretty generic. All touch 5x ft was working that I've got. Problem was in android branch kernel which had some strange version of this driver. So I patched this triver from sunxi linux to lichee kernel and now it's ok on android too.

thevirtualdj commented 6 years ago

And fex parser had a bug tab/space problem too. so my driver would not init right values. When I copied fex settings values from linux to android than it worked. Stupid little bug too.

ketkikule commented 6 years ago

nazeer46 did you find any driver for FT5x26