[PATCH 1/3] UEAGLE : be suspend friendly

Pavel Machek pavel at ucw.cz
Wed Oct 4 18:05:48 EDT 2006


Hi!

You marked all the patches as 1/3, btw.

> this patch avoid that the kernel thread block the suspend process.
> Some work is still need to recover after a resume.
> 
> Signed-off-by: Matthieu CASTET <castet.matthieu at free.fr>
> 
> 

> this patch avoid that the kernel thread block the suspend process.
> Some work is still need to recover after a resume.
> 
> Signed-off-by: matthieu castet <castet.matthieu at free.fr>
> Index: linux/drivers/usb/atm/ueagle-atm.c
> ===================================================================
> --- linux.orig/drivers/usb/atm/ueagle-atm.c	2006-09-22 21:39:56.000000000 +0200
> +++ linux/drivers/usb/atm/ueagle-atm.c	2006-09-22 21:40:45.000000000 +0200
> @@ -1177,6 +1177,9 @@
>  			ret = uea_stat(sc);
>  		if (ret != -EAGAIN)
>  			msleep(1000);
> + 		if (try_to_freeze())
> +			uea_err(INS_TO_USBDEV(sc), "suspend/resume not supported, "
> +				"please unplug/replug your modem\n");

Plug/unplug should be easy enough to simulate from usb driver, no?
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html



More information about the Usbatm mailing list