kernel 4.4.12 EETI eGTouch 电容屏驱动移植:
在make menuconfig 里面添加如下选项:
添加通过事件上报接口节点:
Device Drivers --->
Input device support --->
<*> Event interface
Device Drivers --->
Input device support --->
[*] Miscellaneous devices --->
<*> User level driver support
Device Drivers --->
HID support --->
[*] /dev/hidraw raw HID device support
再选-->Special HID drivers --->
<M> HID Multitouch panels
可能你还需要remove一个模块:
Device Drivers --->
Input device support --->
[*] Touchscreens --->
< > USB Touchscreen Driver
移除这个模块
编译
使用模块的方式插入进去
在kernel 目录里面的 drivers/hid/hid-multitouch.ko
将电容屏以usb的方式插入,insmod 该模块。
使用 EETI eGTouch 官方给的二进制文件 eGTouchD ,加入开机启动脚本。
下载地址: http://www.eeti.com.tw/drivers_Linux.html
读取数据
以读取通用事件数据的形式读取相关数据。