how to develop a hid joystick driver?

how to develop a hid joystick driver? where/how should I start with? Or, any existing examples? or generic HID device driver?

thanks

david

You want to write a hid miniport driver. There is a sample in the 6001 WDK where you can write a full fledged KMDF driver that will behave as a hid miniport

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Friday, February 08, 2008 9:26 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] how to develop a hid joystick driver?

how to develop a hid joystick driver? where/how should I start with? Or, any existing examples? or generic HID device driver?

thanks

david


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

which sample are you referring to? is it “NDISEDGE - NDIS-WDF miniport Driver”?

thanks

david

No, that is NDIS and using KMDF as an NDIS-WDM miniport. \WinDDK\6001.18000\src\kmdf\hidusbfx2 contains both drivers that you need to use KMDF as a HID “miniport” driver.

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Friday, February 08, 2008 1:03 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] how to develop a hid joystick driver?

which sample are you referring to? is it “NDISEDGE - NDIS-WDF miniport Driver”?

thanks

david


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer