??? 09/22/05 12:37 Read: times |
#101376 - Filter driver Responding to: ???'s previous message |
"intercept/delay some of it"
This function is realized by a filter driver on PC. Filter driver intercepts URB (USB Request Block) from an user-provided device driver to Windows system driver (USBDI). Software USB monitor is a typical application of filter driver. HHD USB Monitor http://www.hhdsoftware.com/usbmon.html SnoopyPro http://sourceforge.net/projects/usbsnoop/ Filter driver is not so complicated as full spec device driver. As SnoopyPro is open source, it'll be a good start point for modification. Tsuneo |