搜索资源列表
usb
- 嵌入式驱动程序 平台:S3C2410 + LINUX 名字:USB驱动-driver for usb
S3C2410_USB_Linux
- 本程序为在Linux操作系统下,ARM9内核芯片S3C2410A的USB固件驱动程序。此源代码在ADS 1.2集成开发环境中设计完成,并在实际工程中调通。USB外围电路、PC界面编程代码和使得Windows识别此USB的驱动文件均在此包中。-This package contains the USB firmware codes of S3C2410A under the Linux operating system. It is developed in the ADS 1.2 platfor
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
omimic
- 支持将嵌入式Linux设备模拟成USB键盘的USB Gadget驱动-A USB Gadget driver for Linux & embedded devices
DPS2812-USB
- 2812DSP的USB驱动,方便用户进行LINUX底层驱动的开发,该模块已经通过测试 -this file can teach you how to learn DSP 2812 ,and you can explore USB rule.
Embeddedlinuxdevicedriverdevelopment
- 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces
linux
- 关于嵌入式linux实现usb视频采集LCD实现以及远端监控的资料。从usb驱动到开发板2410上的具体开发过程都有 ,内容非常全面。-On the realization of embedded linux video capture usb and LCD to achieve remote monitoring information. From the usb drive to the 2410 on the development board has a specific develo
YL2410_APP
- 优龙2410开发板的启动代码,支持所有外设的自检测,比如UDA1341,VGA的输出,CF卡的测试,实时时钟,等等,能够支持启动wince和linux,不同于UBOOT,它是ADS下的源码,写的非常好,有USB的驱动,可直接通过USB下载程序-You Long 2410 development board boot code, self-test support for all peripherals, such as UDA1341, VGA output, CF card of the te
LinuxDriver20-USB.pdf
- 在 Linux 系统中,提供了主机侧和设备侧视角的 USB 驱动框架,本 章主要讲解从主机侧角度看到的 USB 主机控制器驱动和设备驱动。 -In the Linux system, provided the host side and device side USB driver framework perspective, this chapter explain the perspective from the host side to see the USB host cont
linux-usb-hub_
- LINUX底下USB驱动,详解,来自网络,个人觉得很好,共享-LINUX under the USB drive, Xiang Jie, from the network, individuals feel good to share
us-test
- c 语言cdma usb linux驱动linux2.6.23-c language cdma usb linux driver linux2.6.23
2009_0525_RT3070_Linux_STA_v2.1.1.0
- 台湾Ralink基于RT3070芯片usb无线网卡linux驱动-Taiwan-based Ralink RT3070 chip wireless card linux driver usb
Linux-DEVICE-DRIVER-BOOK
- 本电子书详细介绍了Linux2.4版本的 系统结构,及其操作系统下下驱动程序设计,尤其是PCI和USB的驱动程序设计介绍的异常详细,对于初学者来说非常的好用,本人用过深感好用才推荐给大家,希望能帮助到你!-This book details the Linux2.4 version of the system structure, and its operating system to drive program design, especially the PCI and USB driver
usb-skeleton
- USB在linux的驱动编程,内核版本是linux2.6.29的-USB driver programming in linux, kernel version is linux2.6.29 of
USB-camera-device
- 这个是在linux操作系统下的USB摄像头视频驱动-This is the linux operating system, video camera under the USB drive
Linux-driver-development20
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第20章、USB主机与设备驱动。在Linux系统中,提供了主机侧和设备侧视角的USB驱动框架,本章主要讲解从主机侧角度看到的USB主机控制器驱动和设备驱动。20.1节给出了Linux系统中USB驱动的整体视图,讲解了Linux中主机侧和设备侧角度的USB驱动层次。从主机侧的角度而言,需要编写的USB驱动程序包括主机控制器驱动和设备驱动两类,USB主机控制器驱动程序控制插入其中的USB设备,而USB设备驱动程
Linux-driver-development21
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,
uvcvideo-r104.tar
- linux系统下usb摄像头驱动程序,支持v4l/v4l2,代码简洁明了,适合初学者入门-usb camera driver for linux system support v4l/v4l2, concise code, suitable for beginners entry
usbkbd
- android kernel linux系统的USB键盘驱动源码,是用USB HID协议。-android kernel linux system, the USB keyboard driver source code, with USB HID protocol.
USB-camera-driver
- 是S3C2410开发板上的linux下的USB摄像头驱动程序。-It is USB drvier of S3C2410 on linux.