易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux USB "On The Go" (OTG) on OMAP H2

The new USB "On-The-Go" (OTG) capabilities are not yet widely
understood, or even generally available. The most visible feature of
OTG is that it defines the behavior of intelligent "Dual-Role" USB
devices, such as cameras or wireless handsets, which act either as USB
host or as USB peripheral. That role choice is made each time the
device is used, rather than once when it's designed, giving a
flexibility previously unknown with USB. Using a new kind of USB
connector, OTG lets USB support more "peer to peer" style application
models. You could
Hook a cell phone to a laptop to synchronize schedules, get new audio recordings, or swap other documents;
Print a picture from a camera to a USB printer;
Connect a USB keyboard to your PDA;
Update game data on your portable console over USB.
This document should be useful to developers investigating the use
of Linux to implement OTG-capable products. It presents the USB OTG
support contributed by Texas Instruments for the OMAP
H2 software development platform running an Linux 2.6 kernel. That
builds on the standard Linux USB host and peripheral side driver
frameworks, making small additions as described here. It also includes
drivers implementing OTG support on OMAP platforms.
OMAP H2 Platform
The H2 software development platform includes a Texas Instruments
OMAP 5912/16xx series processor, with an ARM 926TEJ cpu, a DSP, battery
power management, and a wealth of other features often used in cell
phones. USB support includes:
Three integrated USB controllers: OHCI host, USB Device Controller
(UDC), and an OTG controller, all supporting full speed USB (12
Mbit/s).
"Mini-AB" connector on the H2 sample board. All "dual-role" OTG devices should have exactly one such external USB connector.
External USB OTG transceiver, Philips ISP1301 (controlled over I2C), with an alternate software-visible wiring option.
USB VBUS is hooked up to a TI TPS650


相关文档:

Linux设备模型之input子系统详解

一:前言
最近在研究android的sensor driver,主要是E-compass,其中用到了Linux input子系统.在网上也看了很多这方面的资料,感觉还是这篇分析的比较细致透彻,因此转载一下以便自己学习,同时和大家分享!
(这篇博客主要是以键盘驱动为例的,不过讲解的是Linux Input Subsystem,可以仔细的研究一下!)
键盘驱动将检 ......

WAS6.1在Linux上的安装


1.  准备条件
1.1 WAS所支持的 Linux  操作系统
查看操作系统请用 lsb_release 命令
#  lsb_release  – a
1.2  WAS6.1Network Deployment 软件包
 
2.  安装 WAS步骤  (root用户操作) ......

linux改ip、网关、DNS的最推荐方法(linux上网问题)

      公司今天换了网段,所以内网服务器的ip什么的都需要改。把仅会的这一点写上了,很简陋。
1、修改ip和网关,此方法重启后生效
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
2、修改DNS
#vi /etc/resolv.conf
3、重启网络配置的两种方法
#/etc/init.d/network restart
#service net ......

linux下samba共享打印机


      先说需求,公司有一台型号为HP LaserJet m1120 mfp的打印机,由于不是网络打印机使用起来十分不便,公司老大要求将这台打印机连在公司的内网linux服务器上(CentOS),然后配置samba共享打印机。下面开工,主要分三大步骤,如符合你的需求,请继续阅读。
第一步,要保证你的打印机在linu ......

linux下安装jdk及配置环境变量

apache-tomact的安装
一.JDK的安装 
1. 先从网上下载jdk(jdk-1_5_0-linux-i586.rpm) ,推荐SUN的官方网站http://www.sun.com/,下载后放在/home目录中(可以使用winscp软件施行上传),当然其它地方也行。
进入安装目录
#cd /home
#cp jdk-1_5_0_-linux-i586.rpm.bin  /usr/local (拷贝命令)
#cd /usr/lo ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号