| 1. WDM Introduction
1.1 WDM簡介
1.2 WDM基本架構
1.3 WDM程式基本撰寫技術及主要函式
1.4 WDM發展環境
實作一 : WDM發展環境相關設定及WDM發展環境實作
實作二 : Basic WDM Driver Design
1.5 Debug工具介紹及Debug Driver實作
2. Device Driver Programming Introduction
2.1 Kernel Mode Programming
2.2 IO Function
2.3 PnP Function
實作一 : PnP Function
2.4 INF File Structure Introduction
實作二 : INF
2.5 User Mode Programming
實作三 : IO Function and Basic User Mode Driver Design
2.6 Power Function
實作四 : Monolithic Function WDM Driver
3. USB Device Introduction
3.1 USB規格簡介
3.2 USB控制介面
3.3 USB Sample code
4. HID Driver Introduction
4.1 HID簡介
實作一 : HID Kernel Mode Driver and HID User Mode Driver
實作二 : USB programming for HID Device
實作三 : HID Mouse Filter Driver ( for real USB Mouse Device
)
5. WDF簡介
5.1 KMDF介紹
5.2 UMDF介紹
|