Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to USB Filter Driver ?

178 views
Skip to first unread message

Zec

unread,
Aug 10, 2008, 10:53:08 PM8/10/08
to
How to Usb Filter Driver?

I must be develop a USB Filter Driver.

But, I have no idea about this programming.

If you known this programming, let me know.

Website about develop the USB Filter Driver ?

or Open source code?

thank you.

sorry my English is bad.

Kerem Gümrükcü

unread,
Aug 10, 2008, 11:52:39 PM8/10/08
to
Hi Zec,

my DDK Installation contains a bunch of USB Example
User and Kernel-Land Examples. Its found here on my
System: C:\Programme\WINDDK\6000\src\usb
You have to look into your DDKs Install Directory
under *\src\usb\*


Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."

Zec

unread,
Aug 11, 2008, 9:13:01 AM8/11/08
to
Thank you.

I have WinDDK 6000. but This ddk except src\usb\filter source code.

because I does install WinDDK 2600. and This DDK have src\wdm\usb\filter
source code.

but I want to some thing like detail explanation document about USB Filter
Driver.

:-)

Regards

Doron Holan [MSFT]

unread,
Aug 11, 2008, 1:30:26 PM8/11/08
to
what do you want to filter? a specific device? all usb devices? after you
get your filter installed, what do you want it to do?

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Zec" <Z...@discussions.microsoft.com> wrote in message
news:E867A731-C6CE-42CD...@microsoft.com...

Tim Roberts

unread,
Aug 18, 2008, 12:19:24 AM8/18/08
to
Zec <Z...@discussions.microsoft.com> wrote:
>
>I have WinDDK 6000. but This ddk except src\usb\filter source code.
>
>because I does install WinDDK 2600. and This DDK have src\wdm\usb\filter
>source code.

Do not use the 2600 DDK. It's way too old.

>but I want to some thing like detail explanation document about USB Filter
>Driver.

There is no such thing. The sample shows you how to start, and there are
good comments in the code. You MUST understand the device you want to
filter, and what you hope to watch or change. Once you know that, it
shouldn't be hard to modify the sample.

By the way, it is MUCH MUCH easier to create a filter driver with KMDF,
instead of doing it all in WDM.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.

0 new messages