how to start the function of i2c_hid_open()

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

how to start the function of i2c_hid_open()

跳至解决方案
852 次查看
hyun-moyang
Contributor III

Hi all,

Currently, I am porting the software about the touchscreen input for HID-I2C-OVER in iMX8QM B/D and the android platform about android_11.0.0.

I have got the touchscreen input over HID-OVER-I2C.

But I can't report the touchscreen input over the hid_input_report() function.

So, I'd like to know how to start the i2c_hid_open() from the framework, the application, or the configuration file as like *.mek in the android platform version of android_11_0_0.

Please help me to resolve this issue.

Best Regards

HM

 

 

 

0 项奖励
1 解答
822 次查看
hyun-moyang
Contributor III

I have got the solution to this issue.

Thanks for your help.

Regards

HM

在原帖中查看解决方案

0 项奖励
3 回复数
823 次查看
hyun-moyang
Contributor III

I have got the solution to this issue.

Thanks for your help.

Regards

HM

0 项奖励
833 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Did you test if your porting is correct under linux(not aosp)?

0 项奖励
847 次查看
hyun-moyang
Contributor III

Hi, all

I have added the hid-generic in input-port-associations.xml as like,

<ports>

<port display="0" input=hid-generic/input0"/>

</ports>

0 项奖励