Hi,

I want to use the mouse device as a generic or raw HID Device. That is
if I want to write a HID mini driver that interfaces with HID class
driver instead of Mouse Class Driver then can it be done? If yes what
are the areas which I need to look into? Where can I get a sample or
close to example for the same?

Re: Mouse Device as a Generic HID Device by Doron

Doron
Tue Mar 11 12:11:36 CDT 2008

you can write a lower filter below the HID minidriver that changes the HID
descriptor and changes the usage page for the mouse to some other page.
this will prevent the mouse stack from loading while still being exposed as
a generic hid

d

--
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.


"shrads" <shraddha.karwan@gmail.com> wrote in message
news:0887ad01-117a-4fca-97df-f4497ea74735@e10g2000prf.googlegroups.com...
> Hi,
>
> I want to use the mouse device as a generic or raw HID Device. That is
> if I want to write a HID mini driver that interfaces with HID class
> driver instead of Mouse Class Driver then can it be done? If yes what
> are the areas which I need to look into? Where can I get a sample or
> close to example for the same?