tp_input_subsys
tigerlau225
这个作者很懒,什么都没留下…
展开
-
struct device — The basic device structure
Namestruct device — The basic device structureSynopsisstruct device { struct device * parent; struct device_private * p; struct kobject kobj; const char * init_name; const struct d转载 2013-08-03 10:26:22 · 624 阅读 · 0 评论 -
code of touch panel driver
/* * * Copyright (C) 2009, Notioni Corporation chenjian@notioni.com). * * * * Author: jeremy.chen * * * * This software program is licensed subject to the GNU General Public License * * (GPL).Ve原创 2013-08-03 08:34:23 · 2891 阅读 · 2 评论 -
struct input_dev — represents an input device
struct input_dev { const char * name; // name of device const char * phys; //physical path to device in system hierarchy const char * uniq; //unique identification code for the device struct转载 2013-08-03 09:41:02 · 993 阅读 · 0 评论 -
Programming input drivers
Programming input drivers~~~~~~~~~~~~~~~~~~~~~~~~~1. Creating an input device driver~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1.0 The simplest example~~~~~~~~~~~~~~~~~~~~~~~~Here comes a very simple转载 2013-08-03 18:46:50 · 528 阅读 · 0 评论 -
Multi-touch (MT) Protocol
Multi-touch (MT) Protocol------------------------- Copyright (C) 2009-2010 Henrik Rydberg Introduction------------In order to utilize the full power of the new multi-touch and multi-userdevic转载 2013-08-03 16:44:26 · 882 阅读 · 0 评论