搜索资源列表
URB
- Driver URB
URB
- Driver URB
usbTest
- 嵌入式开发板USB测试,方法为通过usbfs直接想内核发送urb包-USB development board for embedded testing, methods for usbfs directly through the kernel would like to send urb package
IRP
- 关于windows驱动的IRP格式详细解释。写的很详细。很好的学习资料。-IRP on the windows-driven format of a detailed explanation. Written in great detail. A very good learning materials.
USB-driver-on-wince
- 通用串行总线(USB)具有方便快速一系列优点,近年来已经发展成为一种比较普遍的计算机与外设的接口。在设计USB设备的过程中不可避免的要涉及到设备驱动程序的设计。首先整体上简要介绍了USB及其通信模型,然后详细讨论了Windows的WDM驱动程序模型,重点阐述了基于WDM的USB设备驱动程序的具体开发过程。最后给出了当前流行的几种USB设备驱动的开发工具及其特点。通过设计USB设备驱动,实现了自行设计的USB数据采集系统与PC的通信。
bocmbcs_a
- 基于PDIUSBD12的驱动源代码 完全可用 接收过程: usbserial模块会在该设备打开时就启动一个urb在那等待设备端发数据过来, 收到数据后就push到上层tty设备的缓冲中去-Fully available based on the PDIUSBD12 the driver source code Receiving process: usbserial module when the device is turne
usb-urb
- usb-urb.c is part of the DVB USB library.
tls
- TLB entry wiring helpers for URB-equipped parts.
dvb-usb-urb
- dvb-usb-urb.c is part of the DVB USB library.
urb
- urb是USB中通信中最为重要的角色,USB所有的通信都要经过URB-URB is very important in usb
vhci_rx
- get URB from transmitted urb queue. Source Code for Linux.
stub_tx
- stub free priv and urb for Linux v2.13.6.
dvb-usb-urb
- dvb-usb-urb.c is part of the DVB USB library for Linux v2.13.6.
usb-urb
- usb-urb.c is part of the DVB USB library.
usb_urb
- usb-urb.c is part of the DVB USB library.
usb-urb
- usb-urb.c is part of the DVB USB library.
stub_rx
- The stalled endpoint is specified in the wIndex value. The endpoint of the urb is the target of this clear_halt request (i.e., control endpoint).
mtouchusb
- Implement a control urb again to handle requests to and the device such as calibration, etc once if it becomes available. -Implement a control urb again to handle requests to and the device such as calibration, etc on
urb
- usb_init_urb - initializes a urb so that it can be used by a USB driver.
URB
- The basic idea of the new driver is message passing, the message itself is called USB Request Block, or URB for short.