Tech Support > Microsoft Windows > Drivers > about driver architecture.
about driver architecture.
Posted by Tim Roberts on March 23rd, 2008


"Onesail" <chaujohnthan@gmail.com> wrote:
We can give you hints, but we are not going to write it for you.

Before you can start, you need to figure out what kind of driver you need.
If you are hoping that you can use this as a mouse substitute, then you
need a HID driver. The easiest way to do that is to make the hardware meet
the USB HID Class specification. Once you do that, you don't need to write
a driver at all.

If you just want it to be used from a specific application, then it doesn't
much matter what kind of driver you write. The bulkusb sample would be
fine.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Posted by Onesail on March 23rd, 2008


Thank you so much

I need a filter or function drver in order to join in the USB HID driver
stack. so
I will have a look at USB HID stuff first.

yes. I am walking this way, as well as winusb





Similar Posts