Re: Selective Suspend for USB composite device

Tech-Archive recommends: Fix windows errors by optimizing your registry



are you using usbccgp for the parent driver which splits the functions into their own stacks? if yes, it implements USB SS for the parent, but each FDO that is loaded on its children need to also implement USB SS as well

d

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"Prakash Manannavar" <PrakashManannavar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:EE6EC22B-5AEC-49BD-8498-3CB725F4B0F2@xxxxxxxxxxxxxxxx
I want to implement, selective suspend for a composite device which has
single configuration and 3 interfaces. Each interface has separate driver.

Now my question is "Should I implement Selective Suspend only to the parent
or for all interfaces it has?".

Please help me out, in this regard.
--
~~~~~
Prakash A Manannavar,
Bangalore/Bengaluru.

.



Relevant Pages

  • Re: About USB composite parent device driver - Usbccgp.sys
    ... yes, usbccgp supports USB SS. ... Please do not send e-mail directly to this alias. ... The driver uses usbccgp.sys as its parent driver. ... Now I got a question about the parent driver that does it support USB selective suspend feature? ...
    (microsoft.public.development.device.drivers)
  • Re: Noun Oriented Thinking Considered Harmful
    ... IJumpingThing which TDog or one of its parent classes ... same for all its descendants, ... Using Interfaces, this situation is even more hopeless - since an Interface ...
    (borland.public.delphi.non-technical)
  • Re: A Java "interface" declaration does not allow a constructor to be specified in it ...
    ... and thus inherits the method transport from both ... The child class is the one causing the name conflict. ... the conflicting methods in one of the parent classes. ... multiple interfaces with the same method signature can ...
    (comp.lang.java.programmer)
  • Re: More leaves on the device tree ?
    ... for the inclusion of the usb code. ... Let's stick with devinfo and hit up the next tasks on the ... If the parent is NULL, then no dev_t node is created. ... For example if you have 8 USB serial port adapters, then you just get 8 TTY ...
    (freebsd-arch)
  • Re: VB language extensions wishlist
    ... As mentioned elsewhere in this thread, its ability to have child classes inherit their parents' methods is next-to-useless for me, as you end up writing about three times the code you would in full-inheritance languages. ... In the Collection example given, ArrayedCollection and LinkedListCollection probably all have a Remove method, and if I don't override that, it should automatically use the Remove method from the parent Collection class as though it had been written in each child class. ... Classes and interfaces are two very different thing in OOD. ... I have apparently been doing the impossible, because I have created quite a few interfaces in VB6. ...
    (microsoft.public.vb.general.discussion)