Query about WdfUsbTargetPipeConfigContinuousReader()

Hello All ,
I need some clarification, I hope some one can help :

-> I am using WdfUsbTargetPipeConfigContinuousReader() to read from Interrupt end point , it is polling once every 32ms. I am using the same to read from bulk endpoint which is also getting polled at the same rate, but I want to poll at a different rate , Can I set the time interval for that ?

TIA,
dnvbhat

Change you config descriptor and alter the interrupt endpoint
descriptor to have a lower bInterval. can’t do anything for bulk, it always gets scheduled last.

d

dent from a phpne with no keynoard

-----Original Message-----
From: xxxxx@gmail.com
Sent: November 24, 2010 6:22 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Query about WdfUsbTargetPipeConfigContinuousReader()

Hello All ,
I need some clarification, I hope some one can help :

-> I am using WdfUsbTargetPipeConfigContinuousReader() to read from Interrupt end point , it is polling once every 32ms. I am using the same to read from bulk endpoint which is also getting polled at the same rate, but I want to poll at a different rate , Can I set the time interval for that ?

TIA,
dnvbhat


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