E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Touchscreen
Android移植4.0后 触摸屏无法使用解决方案
原因是因为
TOUCHSCREEN
的驱动没有成功的配置 第一步 方法1.
ydbc
·
2013-03-23 17:00
android
android手势识别总结
主要参考文章为: http://www.williamhua.com/2009/04/23/android-
touchscreen
-gesture-recogniton/http://goro.iteye.com
fql_zlyy
·
2013-01-10 13:00
GestureDetector.OnGestureListener 详解
主要参考文章为: http://www.williamhua.com/2009/04/23/android-
touchscreen
-gesture-recogniton/http://goro.ite
dreamer0924
·
2012-12-25 14:00
友坚安卓210评估板linux系统调试10.1寸高清电容屏详解/s5pv210开发板
拷贝ssd2533_ts.c到drivers\urbetter\
touchscreen
目录下面。2. 在内核
jennifer87
·
2012-12-12 17:13
linux
开发
高清
电容屏
Walkthrough: Creating Your First Touch Application
WPFenablesapplicationstorespondtotouch.Forexample,youcaninteractwithanapplicationby usingoneormorefingersonatouch-sensitivedevice,suchasa
touchscreen
etwdone
·
2012-12-03 15:00
Android 4.0 事件输入(Event Input)系统
原来在Android2.3.5下能正常工作的
TouchScreen
功能,移植到Android4.0就不能正常工作了。凭直觉,Android4.0肯定有鬼。真是不看不知道,一看吓一跳。
yunjinwang
·
2012-11-22 14:00
android manifest相关属性
------------activity----------------------------------------1、android:configChanges=[mcc,mnc,locale,
touchscreen
wh_19910525
·
2012-11-20 15:00
裸机S3C6410显示控制器(4)- 裸机程序实现显示图片
TINY6410的LCD屏的驱动不同于其它LCD的驱动写法,它使用所谓的“一线触屏”驱动,驱动文件是drivers/input/
touchscreen
/mini6410_1wire_host.c。
xgbing
·
2012-11-08 22:00
Android Monkey(一)
这两天在读AndroidMonkey的源代码.代码不多,放出分享.我现说一下,Monkey是干什么的:简单的说就是,模拟用户的
touchscreen
和keyboard的输入.其实这个功能就已经很恐怖了.
paulluo0739
·
2012-10-25 17:00
S3C2440上
touchscreen
触摸屏驱动
转自:http://hbhuanggang.cublog.cn输入子系统一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:2.6.30.4编译器:arm-linux-gcc-4.3.2二、前提知识1、Linux输入子系统(InputSubsystem): 在Linux中,输入子系统是由设备驱动层、核心层(InputCore)和事件处理层
protheschildren
·
2012-10-10 10:44
S3C2440上
touchscreen
触摸屏驱动
转自:http://hbhuanggang.cublog.cn输入子系统一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:2.6.30.4编译器:arm-linux-gcc-4.3.2二、前提知识1、Linux输入子系统(InputSubsystem): 在Linux中,输入子系统是由设备驱动层、核心层(InputCore)和事件处理层
protheschildren
·
2012-10-10 10:44
android-- A10开发板--Tslib 移植心得体会
tslib,其实从他的名字就可以看出它的,它是
touchscreen
的lib,其实这样还不够具体,其实它开始确实是为了
touchscreen
的鼠标驱动而发展起来的,且只是一个中间处理库,即将原始数据进行调整
雨焰
·
2012-09-27 17:00
移植
心得体会
tslib
tslib机制分析
tslib,其实从他的名字就可以看出它的,它是
touchscreen
的lib,其实这样还不够具体,其实它开始确实是为了
touchscreen
的鼠标驱动而发展起来的,且只是一个中间处理库,即将原始数据进行调整
雨焰
·
2012-09-27 17:00
分析
机制
tslib
Kconfig和Makefile的编写例子
如果要想添加新的驱动到内核的源码中,可以修改Kconfig,这样就可以选择这个驱动,如果想使这个驱动被编译,要修改Makefile代码位置:\kernel\drivers\input\
touchscreen
luobin1984
·
2012-09-18 11:00
Module
input
interface
makefile
reference
initialization
AM335x
Touchscreen
Driver's Guide 中文手册
AM335xTouchscreenDriver'sGuide /******************************************************************* author: 卢浩* time: 2012.09.13* environment: ubuntu10.04LTS+TIAM3359*
luhao806
·
2012-09-14 16:00
网络
qq
ubuntu
测试
Exchange
S3C2410驱动分析之触摸屏驱动
内核版本:2.6.36源码路径:drivers/input/
touchscreen
/s3c2410_ts.c 在Linux-2.6.36中,S3C2410对应的触摸屏驱动程序是drivers/input
luobin1984
·
2012-09-13 14:00
c
timer
struct
report
input
features
S5PV210 Android 触摸按键驱动解析
------------------------------------------------------------------------------------- *driver/input/
touchscreen
S5PV210_DevBoard
·
2012-09-04 19:00
android
timer
struct
input
callback
button
S5PV210 Android 矩阵键盘驱动[基于x210开发板]
矩阵键盘驱动源文件:kernel/drivers/input/
touchscreen
/keyboard/s3c-keypad.ckernel/drivers/input/
touchscreen
/keyboard
S5PV210_DevBoard
·
2012-09-04 19:00
c
android
算法
struct
interface
resources
6410之AD驱动与触摸屏共存(下)
#include #include #include #include #include #include #include #include #defineCONFIG_
TOUCHSCREEN
_S
jingzhesiye
·
2012-08-22 13:00
c
timer
struct
report
Module
input
selected device is not a
touchscreen
I understand
tslib版本问题1.gitclonehttps://github.com/kergoth/tslib2../autogen.sh3. ./configure--host=arm-linux--prefix=/home/tslib4.make 5.makeinstall6.makeinstall后,会在/home/tslib目录生成4个子目录:includelibetcbin生成的库位于lib中,
shui1025701856
·
2012-08-10 00:00
Linux内核中关于定时器Timer的应用
在
Touchscreen
驱动中1声明 Ad7877.c(\linux-2.6.30.4\drivers\input\
touchscreen
):structtimer_listtimer;/*P:lock
tsuibin
·
2012-08-02 18:00
timer
kernel
[置顶] 输入设备配置文件(.idc文件)
对于
touchscreen
设备,总是需要一个idc文件来定义其行为。 Android基于输入设备驱动汇报的事件类型和属性来检测和配置大部分输入设备的能力。
qq258711519
·
2012-07-24 17:00
android
input
android:configChanges名词解析(文档翻译)
android:configChanges=["mcc","mnc","locale", "
touchscreen
","keyboard","keyboardHidden
Android_Xiaoqi
·
2012-07-21 20:00
android
user
application
文档
keyboard
attributes
Android中Key Event流程
EventHub: 而事件的传入是从EventHub开始的,EventHub是事件的抽象结构,维护着系统设备的运行情况,设备类型包括Keyboard、
TouchScreen
、TraceBall。
qeqeqe236
·
2012-07-16 20:00
java
thread
android
server
Class
keyboard
Activity中ConfigChanges属性的用法
//www.apkbus.com/android-15504-1-1.htmlCONFIG_FONT_SCALE CONFIG_MCC CONFIG_MNC CONFIG_LOCALE CONFIG_
TOUCHSCREEN
ashqal
·
2012-07-08 00:00
android
null
application
action
import
button
Android 4.0 事件输入(Event Input)系统
1.
TouchScreen
功能在Android4.0下不工作 原来在Android2.3.5下能正常工作的
TouchScreen
功能,移植到Android4.0就不能正常工作了。
tronteng
·
2012-07-03 16:00
linux内核当中的2410单点触摸驱动在线阅读地址
linux内核当中的2410单点触摸驱动在线阅读地址:http://lxr.linux.no/#linux+v3.4.4/drivers/input/
touchscreen
/s3c2410_ts.catmel_mxt_ts
duanlove
·
2012-06-28 14:00
c
linux内核
和菜鸟一起学android4.0.3源码之
touchscreen
配置+调试记录
记得应该是上上周了,终于毕业了,离开了学校,就得面对现实的社会,以前学校实验室里,老师给了钥匙,那电脑随便用,那元器件随便玩,什么51单片机啊,PIC单片机啊,FPGA啊,arm11啊什么的。想着做什么就直接万用版+电烙铁什么的一起搞定。调试,写程序,焊板子都是自己一手操办啊,多么自由啊。到了公司,可不依你,对于上市公司来说,管理什么的总归还是有些规范化的。 对于嵌入式,虽
eastmoon502136
·
2012-06-27 20:00
android
String
Parameters
float
events
distance
linux各版本内核当中的多点触摸驱动
Documentation/input/multi-touch-protocol.txt1.AtmelmaXTouch---atmel_mxt_ts.c位置:linux-3.3.2\drivers\input\
touchscreen
duanlove
·
2012-06-27 10:00
c
linux
文档
input
2010
linux内核
6410触摸屏驱动分析(s3c-ts.c)(Linux)(分析)
介绍:直接上源码吧,完全注释:[cpp] viewplaincopy001 /* linux/drivers/input/
touchscreen
/s3c-ts.c 002 * 003
chongzi865458
·
2012-06-03 22:00
c
timer
linux
Module
null
action
linux触摸屏touch screen调用测试程序
linux触摸屏
touchscreen
调用测试程序#include #include staticintevent0_fd=-1; structinput_eventev0[64]; staticinthandle_event0
lilongherolilong
·
2012-05-29 21:00
linux
struct
测试
input
button
别把数据当儿戏 更别把数据当图腾
回想起2007年一位朋友对于iphone的评价“iphone不太可能成为我唯一的手机,
touchscreen
将牺牲移动性,尤其是单手操作。”幸运的是,iOS无比出色,允许开发者
cunzhengdao
·
2012-05-29 09:40
手机
开发者
screen
公共场所
的
基于S3c6410触摸屏驱动分析(二)
Continuenow/*linux/drivers/input/
touchscreen
/s3c-ts.c * *Thisprogramisfreesoftware;youcanredistributeitand
Leichelle
·
2012-05-14 10:00
c
timer
struct
Module
null
events
基于S3c6410触摸屏驱动分析(一)
首先说明一下,本文使用的环境是S3C6410(Tiny6410),Linux-2.6.38(友善之臂提供),触摸屏驱动位于drivers/input/
touchscreen
/目录下。
Leichelle
·
2012-05-13 23:00
c
工作
AD7879-I2C
touchscreen
中事件的处理过程
接着上次AD7879-I2C对事件的处理过程分析 1.设置事件 2.上报事件 先看设置事件部分 __set_bit(EV_ABS,input_dev->evbit); __set_bit(ABS_X,input_dev->absbit); __set_bit(ABS_Y,input_dev->absbit); __set_bit(ABS_PRESSURE,input_dev->abs
zhengsheng23
·
2012-05-09 13:00
c
struct
report
buffer
input
events
android Input架构
事件的传入是从EventHub开始的,EventHub是事件的抽象结构,维护着系统设备的运行情况,设备类型包括Keyboard、
TouchScreen
、TraceBall。
muojie
·
2012-05-08 16:00
android
input
AD7879-I2C,
touchscreen
驱动分析
这段时间看嘞AD7879-I2C的
touchscreen
驱动,并在3.3内核中模拟在三星平台上做移植动作。下面首先来分析下3.3.3内核中这部分代码代码。
zhengsheng23
·
2012-05-07 10:00
c
timer
struct
Module
report
input
git创建分支与提交(笔记)
分支到远程仓库: 一,创建分支并跳转到该分支:$gitcheckout-bm12_v1.1_dzh_tp 二,添加修改过的文件为暂存文件:$gitaddandroid/kernel/drivers/input/
touchscreen
liuying_0408
·
2012-04-24 15:00
git
File
产品
移植 android, touch screen 不能正常工作的问题
touchscreen
已经在驱动中校正了,通过驱动报上来的点的坐标都是正确的。但是android没有反应,这是因为battery的问题造成的。
Hnust_cool
·
2012-04-20 15:00
GestureDetector.OnGestureListener 详解以及android手势动作详解!
主要参考文章为: http://www.williamhua.com/2009/04/23/android-
touchscreen
-gesture-recogniton/(android手势动作详解)http
dylancao
·
2012-04-18 14:00
android
velocity
action
callback
float
distance
S3C2410驱动分析之触摸屏驱动
作者:刘昊昱 博客:http://blog.csdn.net/liuhaoyutz内核版本:2.6.36源码路径:drivers/input/
touchscreen
/s3c2410_ts.c 在Linux
liuhaoyutz
·
2012-04-14 19:00
c
timer
struct
report
input
features
GestureDetector.OnGestureListener 详解
主要参考文章为:http://www.williamhua.com/2009/04/23/android-
touchscreen
-gesture-recogniton/http://goro.iteye.com
caikezhan
·
2012-03-31 13:00
Android4.0 Touch Screen 不可用《原创》
由于Android4.0的输入子系统的改变,导致
touchscreen
的输入,上层无法使用。
tianfeng105
·
2012-03-30 18:00
Linux-
Touchscreen
Driver for X
EvtouchisaTouchscreen-DriverforX.Thissitecontainstheconfigurationandinstallationdescriptionaswellasthepossibilitytodownloadthedriver.Installation/ConfigurationDownloadthetarballandextractittosometempo
protheschildren
·
2012-03-22 15:41
linux触摸屏驱动分析,
touchscreen
, struct input_dev,基于TSC2007
代码从2.6.32拷贝:[cpp:nogutter] viewplaincopy/* * drivers/input/
touchscreen
/tsc2007.c * * Copyright (c)
angle_birds
·
2012-03-16 00:00
c
linux
struct
report
Module
input
Linux usbtouchscreen驱动分析
在Linux内核中自带USB触摸屏驱动,以linux-2.6.33.3\drivers\input\
touchscreen
.c为例,进行解析:1.驱动加载:staticint__initusbtouch_init
dahailinan
·
2012-03-14 17:00
Android 4.0 事件输入(Event Input)系统
这篇文章太好了,害怕博主删掉,备个份:http://blog.csdn.net/myarrow/article/details/7091061 1.
TouchScreen
功能在Android4.0下不工作
a363175481
·
2012-03-08 10:00
android学习——GestureDetector.OnGestureListener 详解
主要参考文章为:http://www.williamhua.com/2009/04/23/android-
touchscreen
-gesture-recogniton/http://gor
janronehoo
·
2012-02-15 09:00
java
android
velocity
action
callback
distance
输入法
1.SoftInputView这是软键盘的InputArea,主要完成
touchscreen
下和用户的交互输入。o
lideguo1979
·
2012-02-10 07:00
tslib机制分析
估计大家都听说过tslib,其实从他的名字就可以看出它的,它是
touchscreen
的lib,其实这样还不够具体,其实它开始确实是为了
touchscreen
的鼠标驱动而发展起来的,且只是一个中间处理库,
共享to未来
·
2011-12-23 12:01
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他