Resend, David Brownell previously signed off on this patch at
http://sourceforge.net/mailarchive/message.php?msg_id=12031154
Retested on 2.6.13, this time CONFIG_USB_SUSPEND=y was required to
function properly, if off then these errors were printed:
hub 1-0:1.0: resubmit --> -113
hub 1-0:1.0: hub
On Friday 10 June 2005 2:03 pm, Todd Poynor wrote:
> On Thu, Jun 09, 2005 at 09:14:52PM -0700, David Brownell wrote:
> > This patch reads fine to me except that you're not setting the
> > dev->power.power_state to (bleech) PMSG_SUSPEND or PMSG_ON,
> > which means that operations through sysfs power
On Thu, Jun 09, 2005 at 09:14:52PM -0700, David Brownell wrote:
> On Thursday 09 June 2005 8:39 pm, Todd Poynor wrote:
...
> > So far as I thought I knew, pm_message_t will eventually become a struct
> > with fields that can be used to properly describe what sort of driver
> > behavior is needed at
On Thursday 09 June 2005 8:39 pm, Todd Poynor wrote:
> Thanks, I've made your suggested changes below. Since I have an
> OMAP1510 handy I can make those same changes to ohci-omap too if you
> like.
Sure, that'd help. Thanks!
> So far as I thought I knew, pm_message_t will eventually become a s
Thanks, I've made your suggested changes below. Since I have an
OMAP1510 handy I can make those same changes to ohci-omap too if you
like.
So far as I thought I knew, pm_message_t will eventually become a struct
with fields that can be used to properly describe what sort of driver
behavior is nee
On Wednesday 08 June 2005 5:02 pm, Todd Poynor wrote:
> Suspend/resume for the Intel XScale PXA27x OHCI host controller, from
> Nicolas Pitre and myself, based on the TI OMAP OHCI driver code.
Too bad all those pm_message_t changes broke that, then. :(
It's no longer possible to have driver sus
Suspend/resume for the Intel XScale PXA27x OHCI host controller, from
Nicolas Pitre and myself, based on the TI OMAP OHCI driver code.
This platform power cycles the device on certain system suspend modes,
all of which currently arrive as state 3, so the code to react to host
controller power cycl