搜索资源列表
kportII_src
- 设计访问数字IO的驱动程序和调用程序,可用驱动数字IO设备。-Call system IO port, driver and its test.
PCI-test_0410
- 遍历PC的PCI设备。读取配置空间。分析基地址寄存器。得到设备的IO空间和内存空间。-Find PCI device in PC.Get the PCI configuration space.
wake-up.IO
- linux设备驱动开发-linux 并发控制 阻塞IO.ppt文档资料-linux device driver development the-linux concurrency control blocking IO.ppt document information
usb-filter
- 可以过滤usb设备的IO操作,本代码有一个基本的usb管理的框架,用户可以直接在这个框架上进行进一步的开发。-A usb filter framework that can filter the IO of usb devices.
8549057USBFilter1
- usb过滤驱动WDM(和KDM)是分层的,在构造设备栈时,IO管理器可以使一个设备对象附加到另外一个初始驱动程序创建的设备对象上。与初始设备对象相关的驱动程序决定的IRP,也将被发送到附加的设备对象相关的驱动程序上。这个被附加的驱动程序便是过滤驱动程序。过滤驱动可以在设备栈的任何层次中插入。IO管理器发出的IRP将会沿着右图的顺序从上往下传递并返回。因此,我们可以使用过滤驱动程序来检查、修改、完成它接收到的IRP,或者构造自己的IRP。(The USB filter driver WDM (an