搜索资源列表
D12isoDriver
- 周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DEscr iptOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the sele
IOCTL_Test
- usb驱动开发,IOCTL的读写操作,供大家学习用-usb-driven development, IOCTL operation of reading and writing for everyone to learn
EZ_USB-Control-Panel
- USB的控制台代码,可以方便的理解USB传输的各种方式,以及ioctl的用法-USB console code, you can easily understand the various ways in USB transfer, and use the ioctl
uIOCTL_Teests
- usb驱动开发,IOCTL的读读写操作,供大家学习用可直接使用。 -usb driver development IOCTL read read and write operations for all learning can be used directly.
notify
- ioctl part of the 1401 usb device driver for linux.
usbdrive
- 这是usb摄像头驱动程序,下载和挂载此usb摄像头程序,能有效地驱动摄像头,通过ioctl函数对此摄像头进行访问。- This is a usb camera driver , download and mount the usb camera process , can effectively drive cameras , through ioctl function for access of this camera .