Enabling

Hi all,

I am new to device driver development. I have one doubt ,is there any flag like HcDisableSelectiveSuspend to enable/disable selective suspend in usbccgp.sys. If any one know please let me know.
Thanks in advance.
Amit

Sorry for sending same post many times.

Where are you finding HcDisableSelectiveSuspend (and in what context?) in the first place?

d

tiny phone keyboard + fat thumbs = you do the muth

-----Original Message-----
From: xxxxx@gmail.com
Sent: Monday, February 15, 2010 2:06 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Enabling

Hi all,

I am new to device driver development. I have one doubt ,is there any flag like HcDisableSelectiveSuspend to enable/disable selective suspend in usbccgp.sys. If any one know please let me know.
Thanks in advance.
Amit


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

Hi ,
Let me clarify again. I have a composite usb device with modem, virtual serial port etc. For this device i am using usbccgp.sys to enumerate child functions in Win 7. in this scenario i wanted to know if there is any mechanism for disabling selective suspend in certain cases. I am aware that device will not selective suspend if any one of the child function does not request for selective suspend. i have very specific cases where i need to disable selective suspend.

i came across HcDisableSelectiveSuspend while looking out on net,
http://msdn.microsoft.com/en-us/library/ms793220.aspx

So is there any way to disable selective suspend for my device.
Amit

That is an XP key. Do you own any of the child stack FDO drivers? If so, just don’t have the driver selective suspend and that will disable USB SS on the rest of the functions

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Wednesday, March 03, 2010 9:28 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Enabling

Hi ,
Let me clarify again. I have a composite usb device with modem, virtual serial port etc. For this device i am using usbccgp.sys to enumerate child functions in Win 7. in this scenario i wanted to know if there is any mechanism for disabling selective suspend in certain cases. I am aware that device will not selective suspend if any one of the child function does not request for selective suspend. i have very specific cases where i need to disable selective suspend.

i came across HcDisableSelectiveSuspend while looking out on net, http://msdn.microsoft.com/en-us/library/ms793220.aspx

So is there any way to disable selective suspend for my device.
Amit


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

Hi Doron,
Thanks for the reply. Is there any other option either in the inf of composite driver(usbccgp.sys) or in the composite filter driver that we write for changing the enumeration behavior ?
Amit

Don’t know of any other method offhand. Why do you want to force USB SS off ?

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Wednesday, March 03, 2010 10:53 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Enabling

Hi Doron,
Thanks for the reply. Is there any other option either in the inf of composite driver(usbccgp.sys) or in the composite filter driver that we write for changing the enumeration behavior ?
Amit


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