<uses-feature> ?主要还是被Play使用的.例子: <uses-feature android:name="android.hardware.touchscreen" ? ? ? ? android:required="true"/> 如果设备没有这个touchscreen这个硬件,? play就不会把app...
分类:
移动开发 时间:
2015-08-11 19:34:17
阅读次数:
148
原文网址:http://www.sandyscott.net/2013/08/14/virtualbox-direct-drive-access/I’ve trying to get my Raspberry Pi working with a touchscreen (eGalax Touch)....
分类:
数据库 时间:
2015-05-14 11:38:03
阅读次数:
289
概念触摸屏 (TouchScreen) 和 滚动球(TrackBall)是Android 中除了键盘之外的主要输入设备。而这两个事件都可以用运动事件(MotionEvent)用于接收他们的信息直接看代码吧package com.example.motion;import android.suppor...
分类:
移动开发 时间:
2015-01-21 16:29:16
阅读次数:
132
在前文 Linux/Android——usb触摸屏驱动 - usbtouchscreen 中记录了如何在kernel中添加input device 类型为touchscreen的驱动,
这在整个输入体系中是最下层的设备驱动部分,往上一层就是linux内核的管理驱动input系统,kernel中的源码位置:/kernel/drivers/input/input.c...
分类:
移动开发 时间:
2014-12-23 21:13:59
阅读次数:
277
最近需要往TV上装一个触摸屏设备,现在比较常见的就是使用usb接口的触摸框,适用于各种平台,这里大体记录一下在android上kernel中的usbtouchscreen驱动.
目前的kernel中都是自带了usbtouchscreen驱动的,我的版本3.1.10
源码位于:/kernel/drivers/input/touchscreen/usbtouchscreen.c
从这个路径可以看出所属驱动分支,我这边平台本身是没放开的,并没有编译进kernel,谁会想到触摸电视呢~
可以在ma...
分类:
移动开发 时间:
2014-12-10 19:51:00
阅读次数:
236
修改两个文件/arch/arm/mach-s3c2440/mach-smdk2440.c和linux-3.0-s3c2440/drivers/input/touchscreen/s3c2410_ts.c 1 /arch/arm/mach-s3c2440/mach-smdk2440.c 2 3 +#....
分类:
系统相关 时间:
2014-10-23 16:02:59
阅读次数:
261
tslib,很早以前用了,深入了解了它的原理,但是当时忙,就没写成文档了,今天发现对它有点陌生了,觉得如果再不记录下来的话,估计以后就忘了。估计大家都听说过tslib,其实从他的名字就可以看出它的,它是touchscreen的lib,其实这样还不够具体,其实它开始确实是为了touchscreen的鼠...
分类:
其他好文 时间:
2014-10-17 23:15:20
阅读次数:
342
来自:http://blog.chinaunix.net/uid-22030783-id-3023527.html内核自带s3c2440的触摸屏控制器驱动,属于input子系统的驱动,触摸屏驱动需要ADC驱动的支持,触摸屏驱动文件为:drivers/input/touchscreen/s3c2410...
分类:
系统相关 时间:
2014-10-12 22:20:38
阅读次数:
240
selected device is not a touchscreen I understand...
分类:
其他好文 时间:
2014-09-05 18:14:41
阅读次数:
386
selected device is not a touchscreen I understandarm交叉编译工具中的头文件库中的linux/input.h中的EV_VERSION定义为#define EV_VERSION 0x010000而linux内核include/linux/...
分类:
其他好文 时间:
2014-07-08 00:14:34
阅读次数:
200