In the Physical Interface Device Specification (pid1_01.pdf), they said the PID class is the extension of HID class for devices that require physical feedback. Can somebody tell me whether the PID class driver exist?
PS: My purpose is to write a force feedback joystick driver.
I don’t remember if hidusb supports PID or not, but if not, it would be rather easy to write a new USB based hid miniport in KMDF that does the job
d
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Wednesday, January 27, 2010 10:50 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] PID class driver
In the Physical Interface Device Specification (pid1_01.pdf), they said the PID class is the extension of HID class for devices that require physical feedback. Can somebody tell me whether the PID class driver exist?
PS: My purpose is to write a force feedback joystick driver.
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
@Doron:
In the latest WinDDK sample source folder I can’t find any sample driver about force feedback handling. Can you tell me how to do this in HID miniport driver? (Or where can I find the solution?)
Thanks.
There has never been a force feedback hid miniport sample in the wdk. You will have to take one of the existing hid miniport samples and start from there. I think alot of the work will actually be in the joystick’s inf to describe the forcefeedback features
d
tiny phone keyboard + fat thumbs = you do the muth
-----Original Message-----
From: xxxxx@yahoo.com
Sent: Thursday, January 28, 2010 2:38 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] PID class driver
@Doron:
In the latest WinDDK sample source folder I can’t find any sample driver about force feedback handling. Can you tell me how to do this in HID miniport driver? (Or where can I find the solution?)
Thanks.
—
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