CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - usb skeleton

搜索资源列表

  1. usb-skeleton

    0下载:
  2. linux下的usb驱动骨架程序,编写usb驱动的模板-linux under the usb drive skeleton procedures, the preparation of the template-driven usb
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4004
    • 提供者:李夏
  1. usb-skeleton

    0下载:
  2. This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3536
    • 提供者:张延斌
  1. usb-skeleton

    0下载:
  2. 三星公司s3c2410的usb驱动的基本框架 复杂,但挺清晰的
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:10265
    • 提供者:张映俊
  1. usb-skeleton

    0下载:
  2. usb驱动框架,都是建立在此基础上(linux 2.6.14测试)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3756
    • 提供者:hwj
  1. usb-skeleton

    0下载:
  2. LINUX USB骨架程序是USB驱动程序的基础,通过对其源码的学习和理解,可以迅速地了解USB驱动架构-LINUX USB skeleton driver USB process is the basis of their source of learning and understanding, you can quickly understand the USB Driver Architecture
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3804
    • 提供者:tq.sun
  1. UsbPrograme

    0下载:
  2. 所属分类:USB develop

    • 发布日期:2017-05-16
    • 文件大小:3959269
    • 提供者:lonelyThinker
  1. usb-skeleton

    0下载:
  2. 这是一个USB驱动的骨架,可以实现基本的功能,添加一些自己的东西就可以实现USB驱动的编写-This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3443
    • 提供者:校尉
  1. usb-driver

    0下载:
  2. 这是一个USB驱动的骨架,可以结合自己的实际需要添加一些代码,就可实现驱动的编写-This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
  3. 所属分类:USB develop

    • 发布日期:2017-03-31
    • 文件大小:3503
    • 提供者:校尉
  1. os-usb-skeleton-myusb

    0下载:
  2. OS课程设计,有对usb-skeleton的注释,另外写了一个对myusb 的测试代码,有报告和截图,在Ubuntu9.10下开发-OS curriculum design, there are comments on the usb-skeleton, another wrote an myusb test code, there have been reports and screenshots, developed under the Ubuntu9.10
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:885701
    • 提供者:观山
  1. usb-skele

    0下载:
  2. 这是一个usb-skeleton.c 对应的内核是2.6.18 需要在相应的内核下进行编译方可通过。 本人花了很长时间注释他,这本来是我的课设的一部分,望网友珍惜,尊重原作者。-usb-skeleton.c this is the linux fileusb-skeleton.c this is the linux fileusb-skeleton.c this is the linux fileusb-skeleton.c this is the linux file
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-19
    • 文件大小:5501247
    • 提供者:chen
  1. usb

    0下载:
  2. Linux USB Driver and read & write.-This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3500
    • 提供者:jason
  1. usb-skeleton

    0下载:
  2. SIMPLE USB SKELETON SOURCE CODE
  3. 所属分类:USB develop

    • 发布日期:2017-03-29
    • 文件大小:5329
    • 提供者:aliakbar
  1. usb-skeleton

    0下载:
  2. USB在linux的驱动编程,内核版本是linux2.6.29的-USB driver programming in linux, kernel version is linux2.6.29 of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4619
    • 提供者:fanyw
  1. usb-skeleton.c.tar

    0下载:
  2. 嵌入式linux下的一个USB驱动,需要编译后才可以使用,直接在linux下编译即可-Linux embedded under a USB drive, needs to be compiled before they can be used directly in linux can be compiled
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:3686
    • 提供者:曹新
  1. USB-Skeleton-program

    0下载:
  2. 提供了一个最基础的USB驱动程序,即USB骨架程序,可被看做一个最简单的USB设备驱动实例。 usb类驱动的信息,为了从usb核心得到一个次设备号,并取得注册的核心设备驱动- provides a the most fundamental of the USB driver, namely USB skeleton program can be regarded as one of the most simple USB device driver examples. Usb class dri
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-27
    • 文件大小:3768
    • 提供者:黄晓
  1. Udisk

    0下载:
  2. 将USB-skeleton和SBULL合并 成为一个简易的USB驱动设备-The the USB-skeleton and SBULL merge a simple USB drive devices
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:33479
    • 提供者:周文浩
  1. usb-skeleton-

    0下载:
  2. USB driver has been tested, normal, and can run rightly.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:5599
    • 提供者:李慧君
  1. usb-skeleton

    0下载:
  2. linux系统下的usb驱动程序 代码精炼 可移植性好-the driver of usb based on linux
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:4398
    • 提供者:yihongyong
  1. cypress_cy7c63

    0下载:
  2. This driver is based on the Cypress USB Driver by Marcus Maul (cyport) and the 2.0 version of Greg Kroah-Hartman s USB Skeleton driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2089
    • 提供者:cangkangxa
  1. usb-skeleton

    0下载:
  2. USB Skeleton driver - 2.2.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5031
    • 提供者:duzinghw
« 12 »
搜珍网 www.dssz.com