On Tuesday 13 December 2005 2:10 pm, Rafael J. Wysocki wrote:
> On Tuesday, 13 December 2005 07:52, David Brownell wrote:
> > > 
> > >   if ((status & STS_PCD) && device_may_wakeup(&hcd->self.root_hub->dev)) {
> > 
> > What happens if you make that line read
> > 
> >     if ((status & STS_PCD) != 0) {
> > 
> > and ignore the root hub thing?
> 
> So far, so good.  It works and hasn't triggered the oops yet.  I'll report if 
> there's
> anything wrong with it.

I suspect that should be safe to merge for 2.6.15, and it might be
worth considering that.  You were using kexec() right?

- Dave


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to