Re: [linux-usb-devel] [BK PATCH] USB fixes for 2.6.0-test7

From: David Brownell
Date: Fri Oct 10 2003 - 19:37:45 EST


Greg KH wrote:
... Oh, and suspend now works for USB devices, thanks to Paul :)

And on some systems, the resume path even works ... :)

The D3cold resume path -- which should behave very much
like resuming from software suspend -- can be made to
self-deadlock in some cases: dpm_sem is held while the
resume callbacks are made, so they deadlock when calls to
device_del (for getting rid of the old device tree) try
to grab the same lock.

So don't get your hopes up too far yet -- but yes,
that usbcore patch does help some configs a bunch.

- Dave



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/