搜索资源列表
s3c44b0x+USB
- 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若
s3c2410_r11usb
- s3c2410 usb驱动程序,可以直接使用的代码.-s3c2410 usb driver can directly use the code.
AT91RM9200-BasicUSB-ARM1_2-2_0
- AT91RM9200的usb驱动程序,解压后就可以拷贝到根文件系统中,编译执行-AT91RM9200 the usb driver, you can extract copy of the root file system, compiler implementation
USB-wireless-driver-Linux
- 详细说明:华硕USB接口的RT2570芯片集无线网卡在Linux下的驱动程序,支持asus wl-167g无线usb网卡,rt73---D-link 无线usb网卡以及TL-WN321G无线网卡和台湾RALink公司采用rt2570的802.11g 网卡,可用来移植嵌入式无线网卡驱动-details : ASUS USB interface chip sets RT2570 wireless network card under Linux driver, support asus wl - 1
usb
- 利用WinDriver开发的USB驱动程序源代码,
hc_isp1161A1
- 嵌入式 ARM10 PXA255 isp1161a USB 驱动程序
usb
- S3C2440ARM9开发板的USB驱动程序,已经试验过了
usb
- usbhostomapOMAP5910下USB的驱动程序
lJD2410DVK-I_TEST
- S3C2410的底层Bootloader的测试程序,有相应的USB驱动程序
TB500A_UG
- Linux 嵌入式,USB 驱动,Linux 环境下USB 驱动程序开发
2004-02-03_linux设备驱动程序2源码
- linux设备驱动程序源代码,包括PCI,USB,-Linux device driver source code, including PCI, USB, etc.
s3c2410的USB_slave驱动
- s3c2410的USB device的代码ADS1.2. USB-Device测试程序: 因为程序运行在SDRAM中,所以要先初始化SDRAM(可用basic boot程序初始,之后不能复位或断电),再运行此程序,程序运行后连接USB端口,计算机会提示检测到新硬件,安装硬件驱动程序atmusb6119.inf 后计算机会把USB端口虚拟为一个串行的端口使用。
无线USB网卡VT6656的驱动程序源代码
- 无线USB网卡VT6656的驱动程序源代码
usb.tar
- Linux下usb驱动程序开发 Linux下usb驱动程序开发-usb Linux Driver Development usb Linux Driver Development
USB_camera
- 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
some-drivers-for-linux
- 几个linux的驱动程序,包括button, led, usb ,lcd, mouse,sd卡等,希望对学习linux的朋友有帮助。-offer some linux drivers, can email me to discuss if necessary.
usbmouse
- USB鼠标驱动程序和应用程序,主要参考Linux2.6.24内自带USB鼠标驱动程序!-USB Mouse driver and test
OHCI
- usb 驱动程序核心文档。 usb 1.1以及ohci 的核心-the kernel of the usb drivers。it s the important document of the usb
USB-driver
- S3C2410开发板的,基于嵌入式linux系统的USB驱动程序-S3C2410 development board, embedded linux based system USB driver
usb_dev
- 最底层的usb 驱动程序, 帮助理解usb的硬件, 方便测试使用(simple usb driver,help you understand the usb protocol, insmod as linux driver)