搜索资源列表
Porting-WDM-Drvs-to-KMDF
- 微软的文档。现在WDF越来越流行,此文讲述WDM和WDF的主要区别,并且教你如何使用两个开发框架。驱动开发人员应该参考。
sf_virtualdisk
- This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln uti
KMDF-Build
- 最新驱动模块KMDF介绍, 将传统的wdm模式变得更为容易,对开发驱动很有帮助
WDKKMDF
- 基于vista的最新驱动开发资料,介绍了一些WDK下的KMDF结构的基本概念
dio2431
- 一个KMDF的实例驱动, 对应硬件是 Sealevel系统Dio-24(8008和8018)数据输入输出卡
KMDF-Build
- An Introduction to How to Build, Install, Test, and Debug KMDF Drivers
KMDF_sample
- KWDF编程示例 KWDF是WDF的核心运行模式-KWDF programming examples are KWDF core operation mode WDF
KMDF-arch
- winddk document for developmenting driver
USB_WDF
- A primary design goal for Windows Driver Foundation (WDF) was to make the driver models easy to extend to support new types of hardware. The first specialized input/output (I/O) targets in both User-Mode Driver Framework (UMDF) and Kernel-Mode Driver
WritingUSBDriverswithWDF
- A primary design goal for WDF was to make the driver models easy to extend to support new types of hardware. The first hardware-specific specialized I/O targets in both UMDF and KMDF support USB devices. You can use the USB I/O targets to write a ful
IOSample
- 基于windows的kmdf驱动模型的I/O驱动程序。-I/O port operation based on kmdf.
PCISample
- 基于WINDOWS的kmdf驱动模型的PCI驱动程序。-PCI driver based on kmdf.
KMDF
- KMDF示例,用几个简单的例子介绍WDF结构-KMDF example, with a few simple examples introducing WDF structure
DMASample
- 基于KMDF 的PCI 驱动,兼有DMA 传输功能。-PCI driver with DMA based on KMDF.
KMDF-samp
- KMDF sample document
WDKDocs_12112009_new
- WDK視窗 Windows 7 驅動開發, 包括 WDF, UMDF, KMDF-Windows Driver Foundation. This document covers technical aspects on how to write drivers for Windows 7. This includes WDK, WDF, UMDF, KMDF.
kmdf
- kernel层的驱动,对windows开发具有很好的借鉴。-It is a driver on the kernel layer, which is a good sample for the windows development.
Windows wdf pdf and source
- 压缩包是电子书和源码。 《Windows设备驱动程序WDF开发》既适合具有一定计算机硬件及C/C++语言基础的计算机应用开发人员阅读,也适合作为计算机应用开发人员和高等院校学生的实用参考书。Windows最新的WDF驱动程序框架,包括KMDF和UMDF,KMDF是WDM的继续。本书主要介绍KMDF设备驱动程序的原理及编程方法;详细介绍KMDF对象及程序基本框架,KMDF和应用程序之间的通信、即插即用和电源管理的编程技术,过滤器驱动程序,KMDF访问硬件设备、处理硬件中断、实现DMA操作的编
Usbsamp-Sample
- USBSAMP的示例演示了如何执行完整和高速散装和同步,超音速散装流数据传输到一个通用USB设备通过使用内核模式驱动程序框架(KMDF)。超快速度的批量传输只有工作当微软USB 3.0堆栈被加载。示例还包含一个控制台应用程序,启动批量测试(包括流)和等时传输和获取数据从设备的I / O端点。该应用程序还演示了如何使用设备名称和管道基础guid名称生成的操作系统使用SetupDiXXX用户模式api。-The USBSAMP sample demonstrates how to perform f
android_usb_device_object
- This file consists of implementation of class AndroidUsbDeviceObject that encapsulates an extension for KMDF device (FDO) object.