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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

399件の閲覧回数
YKL
Contributor I

 

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

0 件の賞賛
返信
1 返信

370件の閲覧回数
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 件の賞賛
返信