CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - usb设备驱动

搜索资源列表

  1. driver-of-USB-keyboad

    0下载:
  2. USB键盘驱动,应用于linux操作系统,通过获得设备版本,IP,进而获得键盘代码然后发送键盘代码-USB keyboard drive, used in the Linux operating system, through the acquisition of equipment version, IP, and get the keyboard code and then send the keyboard code
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:12619
    • 提供者:黄晓
  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. linuxDR

    0下载:
  2. 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedd
  3. 所属分类:Linux驱动

    • 发布日期:2017-06-01
    • 文件大小:13872463
    • 提供者:zhj
  1. uvc_video

    0下载:
  2. 嵌入式Linux,USB摄像头驱动源码 凡是设备号是Video的都是这个驱动-Embedsky Linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:9434
    • 提供者:唐荣华
  1. LinuxUSBcore

    0下载:
  2. 承上启下继往开来,承的是U 盘/HUB,启的是UHCI/EHCI,抓住设备和驱动两条生命线, 讲述usb core 的故事。-Future nexus, the Order of the U disk/HUB Kai UHCI/EHCI, seize equipment and driving two lifelines, tells the story of usb core.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:1140522
    • 提供者:杨森
  1. Camera-driver-source-code-analysis

    0下载:
  2. 摄像头驱动实现源码分析 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。-Camera driver source code analysis realization of Spac5xx is written VIDEO equipment in accordance with
  3. 所属分类:Driver develop

    • 发布日期:2017-11-05
    • 文件大小:13984
    • 提供者:DJK
  1. Linux-Device-driver

    0下载:
  2. 嵌入式linux设备驱动开发的一些编程实例,hello,gps,i2c,lcd,net,usb等设备驱动开发实例。-Embedded linux device driver development, programming examples, hello, gps, i2c, lcd, net, usb device driver development instance.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-12
    • 文件大小:235223
    • 提供者:刘伟
  1. Guide-for-USB-Device-Drivers

    0下载:
  2. linux下usb设备驱动编写向导,带你编写自己的usb设备驱动。本资料为英文版-Authoring Wizard under linux usb device driver, you write your own usb device driver. The data for the English version of
  3. 所属分类:Driver develop

    • 发布日期:2017-11-17
    • 文件大小:77334
    • 提供者:
  1. usb-driver-based-on-arm9

    0下载:
  2. USB驱动程序,ARM9处理器,USB完成鼠标的左键、中键和右键的功能,Linux-2.6.30的内核,用到总线-设备-驱动模型-USB driver, ARM9 processor, USB complete the left button of the mouse button and the right of the function, Linux-2.6.30 kernel, used bus- Equipment- Driver Model
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:2184
    • 提供者:
  1. usbvideo

    0下载:
  2. usb摄像头驱动 在linux操作下完成的设备驱动程序-the driver of camera
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:17470
    • 提供者:yihongyong
  1. ubuntuPusb

    0下载:
  2. 用linux编写USB设备驱动,引导您走入USB驱动编写,-Prepared using linux USB device driver, guide you into the USB drive to write,
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:6158
    • 提供者:无悔
  1. usb

    0下载:
  2. linux下的usb设备驱动编程,对了解usb驱动的编写有很大帮助-The usb device driver programming under Linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:3195
    • 提供者:何自强
  1. usb-driver-HEAD-2d19c7c

    0下载:
  2. linux USB 驱动程序,基于libusb的无驱设计,可在此基础上添加功能,应用于其他USB设备-Linux USB driver, based on the design without flooding libusb, can add the function on the basis of this, applied to other USB devices
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:29070
    • 提供者:李蕾
  1. Gadget

    0下载:
  2. Linux USB gadget设备驱动设计说明-Linux USB gadget device driver design descr iption
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:228070
    • 提供者:楷楷
  1. USB-serial-port-driver

    2下载:
  2. 我上传的是USB串口驱动,可以实现linux系统的传输和下载功能,同时可以插USB设备-I uploaded a USB serial driver, linux system can transmit and download function, and can plug a USB device
  3. 所属分类:Driver develop

    • 发布日期:2017-05-22
    • 文件大小:6829951
    • 提供者:王永明
  1. usb_mousedriver

    0下载:
  2. usb mouse driver源码。usb mouse即是一个usb设备,同时也是一个输入设备,在linux驱动中需要将其注册为一个usb设备,同时也要加入到input子系统中-usb mouse driver source code. usb mouse that is a usb device, but also an input device in linux driver needs to be registered as a usb device, but also added to
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1946
    • 提供者:race
  1. Linux-device-driver3

    0下载:
  2. Linux 设备驱动 中文版 第三版,包括驱动简介,中断,内存分配,USB驱动,块驱动,网络驱动-Chinese version of the third edition of Linux device drivers, including driver profiles, interrupts, memory allocation, USB drive, block drivers, network drivers, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1288931
    • 提供者:lsq
  1. usbshare.7z

    0下载:
  2. 远程使用USB设备驱动及应用程序,可直接编译使用。-Remote Using a USB device drivers and applications can be directly compiled to use
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:158881
    • 提供者:sachengbao
  1. USB-device-driver-analysisadesign

    0下载:
  2. ARM嵌入式Linux驱动程序开发(电子课件) 第10章 USB设备驱动程序分析与设计-Chapter 10 USB device driver analysis and design
  3. 所属分类:Driver develop

    • 发布日期:2017-05-05
    • 文件大小:567126
    • 提供者:gm
  1. USB

    0下载:
  2. 此程序是编写的USB驱动程序,是以USB设备,编写的驱动-This program is written in USB drivers, based on the USB device, write drivers
  3. 所属分类:Driver develop

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