资源简介
天嵌IMX6Q/E9 TN92 Goodix GT911 Linux触摸驱动,在L4.1.15-1.2.0-ga版本调试OK。
代码片段和文件信息
/*
* Driver for Goodix Touchscreens
*
* Copyright (c) 2014 Red Hat Inc.
*
* This code is based on gt9xx.c authored by andrew@goodix.com:
*
* 2010 - 2012 Goodix Technology.
*/
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; version 2 of the License.
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
struct goodix_ts_data {
struct i2c_client *cli
评论
共有 条评论