How do goodix.c change touch driver to polling touch detection?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How do goodix.c change touch driver to polling touch detection?

364 次查看
YKL
Contributor I

 

How do goodix.c change touch driver to polling touch detection?

0 项奖励
回复
1 回复

335 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @YKL 

I hope you are doing well.
 
linux-imx/drivers/input/touchscreen/goodix.c driver only supports interrupt mode. the probe will fail if the irq device tree property is not specified.
 
It is recommended to use interrupt mode on the touchscreen whenever possible.
 
However, One can try integrating below mentioned driver(out-of kernel tree). which has support for polling mode.
 
It will use polling mode if no irq property is specified,
 
document:
 
Thanks & Regards,
Sanket Parekh
0 项奖励
回复