# goodix_linux-3.4.y **Repository Path**: anzye/goodix_linux-3.4.y ## Basic Information - **Project Name**: goodix_linux-3.4.y - **Description**: 移植goodix触摸驱动到linux-3.4.y中 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-04 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Goodix touchscreen Linux driver 这是移植到linux.3.4.y的GOODI触屏驱动,主要针对的是nanopi m2 的开发板, 如果需要移植到其它板下,要更改下gt9xx.h里的中断脚,复位脚不用我试了下可以正常使用,该脚位是用来唤醒休眠用的,你可以屏蔽相应休眠代码不用它。 不同的触控板可能配置信息不一样,需要找厂家给出配置信息 可以直接修改下MAKEFILE里的内核地址编译成模块,在加载测试,测试时建议开启debug宏。 如果需要校准可以下载xinput_calibrator工具,https://wiki.archlinux.org/index.php/Touchscreen 需要鼠标跟随的,只能使用GTP_TOUCH_SINGLE模式,多点的我试过不行,就跟手机显示这类一样的,没有鼠标,但 数据是对的,可以看到有多个点的数据,这么看似乎是debian系统是用的X-window,无法接收到多点输入???? 不懂, ------------------------------- GTP_CUSTOM_CFG :使用自己的配置,比如设置分辨率,也可以直接修改config里的第2至4个参数,这4个参数就是X,Y的最大输出值 GTP_DRIVER_SEND_CFG:是否使用config修改芯片参数 See source code for actual device support. This repository was used for driver development when the driver was still out-of-tree. The repository is however still updated with the latest upstream patches, to make it easier to experiment and review changes. New features, and bug reports should be made using the usual kernel development process, through the linux-input@ mailing-list. The code is under the same license as the Linux kernel itself. See