Program for Linux USB-devices driver 開始啃硬骨头~ 这里我打算一步步给出USB device driver 的demo.希望有心能可以共同交流学习. 希望认识很多其它对Linux有兴趣的geek. 眼下因为环境和自身能力方面原因还没能做实物的測试,篇章的最后打算给出一个在x86上模拟USB读写的driver.以后可以做实物測试之后再更新this blog 我的联系方式: jasonleaster@gmail.com(因为偶不能登QQ,所以thunder bi…
转自:http://www.linux-usb.org/ Welcome to the home of the Linux USB Project This web site was created to serve as a central point of information for USB support under Linux. We've released our first press release. Information on this web site The infor…
一.USB协议基础知识 前序:USB概念概述 USB1.0版本速度1.5Mbps(低速USB) USB1.1版本速度12Mbps(全速USB) USB2.0版本速度480Mbps(高速USB). USB 分为主从两大体系,一般而言, PC 中的 USB 系统就是作主,而一般的 USB 鼠标, U 盘则是典型的 USB 从系统. USB主控制器这一块,我们至少要开发出 USB 的主控制器与从控制器,鼠标是低速设备,所需的是最简单的一类从控制器.主控制器则复杂得多,因为太过于复杂了,所以就形成…
AT91 USB Composite Driver Implementation 1. Introduction The USB Composite Device is a general way to integrate two or more functions into one single device. It is defined in the USB Specification Revision 2.0, as "A device that has multiple interfac…