focaltech-systems / drivers-input-touchscreen-FTS_driver

FocalTech ft5x06 TouchScreen driver
33 stars 30 forks source link

ft6x drivers on legacy kernel #3

Open pooyasf opened 7 years ago

pooyasf commented 7 years ago

Hi all,

I've been trying to install ft6x drivers on a nanopi neo air, which has armbian with legacy kernel, but it seems there is no support for ft6x capacitive touch panels. There is a code from Focaltech here, which is ft6x06 driver code. I added the code to kernel and compiled it, but the problem is:

what should I do with fex file?
Or is it right to do this? (I was not surprised that it didn't work).
Can I change the current ft5x code to make ft6x works?

There is also a support for ft6x family on mainline kernel. Is there any hope to adopt that code?

Thanks.