Microsoft最新驱动架构WDF教材《Developing Drivers with the Windows Driver Foundation》
Microsoft最新驱动架构WDF教材《Developing Drivers with the Windows Driver Foundation》,官网下载,为方便阅读,转换成了pdf....
Driver(驱动程序)是一个和特定的物理设备(或特定的软件)打交道的程序。这个程序包括一些对此硬件设备有特殊用途的知识,这个硬件设备如何和计算机传输信息,数据格式如何,应该如何初始化,如何中止等类似的问题。在PC上,这类程序通常以DLL文件的形式出现,当然,过去的老驱动程序则是以SYS的形式出现。
Microsoft最新驱动架构WDF教材《Developing Drivers with the Windows Driver Foundation》,官网下载,为方便阅读,转换成了pdf....
The document about how to write driver in linux. This document demonstrate how to write mouse devic...
driver program which uses the above two modules. I have also made available the data set pollute.dat...
This is the source code of Camera driver for OV2640 camera from OmniVision using in Blackfin platfor...
An introduction to CAN (Controll Area Network) by Peter Bagschik and linux device driver code for CA...
NXP ISP1761 PCI based Device Controller Driver developed and tested on Linux-2.6.9 kernel with x86 P...
MCU驱动UC1697IC操作CSTN屏显示程序.//LCM resolution:128x128, //driver IC:UC1697...
This module contains all the definitions for the DDI (Device Driver Interface) for the touch panel d...
This book is about UDF filesystem format and how to write UDF driver for your operating system...