Tech Support > Microsoft Windows > Drivers > UMDF HID Joystick filter
UMDF HID Joystick filter
Posted by tassadar on June 7th, 2008


reading through the hid driver stack, it seams to me that a filter driver for
an HID joystick must be in kernel mode, is it possible to write a umdf, user
mode driver that filters the hid joystick data before it reaches client apps?

Posted by Doron Holan [MSFT] on June 9th, 2008


i am guessing that yes you could install a UMDF filter on top fo the
joystick PDO enumerated by HIDCLASS, although you not have all of the
parsing routines requires in hid.dll like you have in hidparse.sys

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.


"tassadar" <tassadar@discussions.microsoft.com> wrote in message
news:4A554E14-1980-4AF0-B682-DBC752131590@microsoft.com...

Posted by tassadar on June 10th, 2008


thank you for responding,

i don't understand why this approach is so abnormal

any ideas on how i should proceed?



"Doron Holan [MSFT]" wrote:

Posted by Doron Holan [MSFT] on June 10th, 2008


not sure what you mean by abnormal. i do not think any one has really tried
a HID UMDF filter before, so you will be blazing new ground

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.


"tassadar" <tassadar@discussions.microsoft.com> wrote in message
news:038026B9-2CF0-4317-B7BD-BB747B91867F@microsoft.com...

Posted by Ben Voigt [C++ MVP] on June 12th, 2008


Doron Holan [MSFT] wrote:
The requirement I saw was that UDMF drivers could only sit on top of the
driver stack, not between kernel layers. Not quite sure how that plays into
the joystick model.



Posted by Doron Holan [MSFT] on June 13th, 2008


this joystick driver woudl be at the top of the stack w/no km filters above
it

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.


"Ben Voigt [C++ MVP]" <rbv@nospam.nospam> wrote in message
news:udnk1qIzIHA.5716@TK2MSFTNGP04.phx.gbl...


Similar Posts