usb-driver

所属分类:驱动编程
开发工具:Visual C++
文件大小:1626KB
下载次数:522
上传日期:2006-05-26 12:16:14
上 传 者61929358
说明:  设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。
(device driver can be understood as part of the operating system for a specific hardware device, its counterpart device drivers are different. The use of the system to access video camera data, the preparation of camera is essential in driving. Our choices are the OV companies series camera, because for embedded development, almost no common driver can use different hardware and software environments are unique. This document set out the camera driver is based on the OMAP chips and embedded Linux system.)

文件列表:
usb (0, 2006-05-26)
usb\usbioctl.h (217, 2006-05-25)
usb\UsbDeviceInterface.h (407, 2006-05-25)
usb\dirs (15, 2006-05-25)
usb\usb.dsw (423, 2006-05-25)
usb\usb.ncb (82944, 2006-05-26)
usb\usb.opt (61952, 2006-05-26)
usb\exe (0, 2006-05-26)
usb\exe\Test_usb.cpp (8898, 2006-05-25)
usb\exe\OpenByIntf.cpp (1223, 2006-05-25)
usb\exe\makefile (287, 2006-05-25)
usb\exe\sources (371, 2006-05-25)
usb\exe\Test_usb.dsp (9489, 2006-05-25)
usb\sys (0, 2006-05-26)
usb\sys\Usb.inf (3043, 2006-05-25)
usb\sys\UsbDevice.h (2404, 2006-05-25)
usb\sys\Usb.cpp (4616, 2006-05-25)
usb\sys\Usb.h (634, 2006-05-25)
usb\sys\function.h (509, 2006-05-25)
usb\sys\Usb.rc (1993, 2006-05-25)
usb\sys\makefile (287, 2006-05-25)
usb\sys\sources (709, 2006-05-25)
usb\sys\usb.dsp (18817, 2006-05-25)
usb\sys\usb.plg (242, 2006-05-26)
usb\sys\UsbDevice.cpp (25539, 2006-05-25)
usb\sys\objchk (0, 2006-05-26)
usb\sys\objchk\i386 (0, 2006-05-26)
usb\sys\objchk\i386\usb.pdb (913408, 2006-05-26)
usb\sys\objchk\i386\usb.idb (50176, 2006-05-26)
usb\sys\objchk\i386\UsbDevice.sbr (527452, 2006-05-26)
usb\sys\objchk\i386\UsbDevice.obj (109604, 2006-05-26)
usb\sys\objchk\i386\Usb.res (840, 2006-05-25)
usb\sys\objchk\i386\Usb.sbr (527217, 2006-05-25)
usb\sys\objchk\i386\Usb.obj (59294, 2006-05-25)
usb\sys\objchk\i386\usb.sys (56239, 2006-05-26)
usb\sys\objchk\i386\usb.map (66643, 2006-05-26)
usb\sys\objchk\i386\usb.NMS (1075816, 2006-05-26)
usb\sys\objchk\i386\usb.pch (3839620, 2006-05-26)

This README file is generated automatically by DriverWizard To complete the driver, follow these steps: o Build the driver Build | Build usb.sys o Search for the string "TODO" and follow the instructions to complete your driver. o Review the registry settings created in usb.inf. The Wizard created the following files: Files that comprise your driver: readme.txt Contains information shown here. sys\Usb.cpp Driver class implementation. sys\Usb.h Driver class header file. sys\Usb.inf INF file defines driver for plug and play installation. usbioctl.h Definition of control codes UsbDeviceInterface.h Header file containing the GUID for the device interface. sys\UsbDevice.cpp Device (UsbDevice) implementation. sys\UsbDevice.h Device (UsbDevice) header file. sys\function.h Used by DriverWorks library to determine which handlers to provide. sys\Usb.rc Shell for resource file (used for event messages, version resource) Files used by build utilities: sys\sources Used by BUILD program to determine what files comprise your driver. sys\makefile Used by BUILD program to build your driver. Files used by the test application: exe\Test_usb.cpp Console application with driver interface exe\OpenByIntf.cpp Used to open the device using a GUID interface. exe\sources Used by BUILD program to determine what files comprise your test application. exe\makefile Used by BUILD program to build your test application.

近期下载者

相关文件


收藏者