]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] suspend: make it possible to disable serial console suspend
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 26 Sep 2006 06:32:57 +0000 (23:32 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:49:03 +0000 (08:49 -0700)
commit0b9138766f7ac35daecbdb94af8e4b303a89d032
treee4d0c54a44df19235b656eae92ab3da2404024ba
parent9b3a59014f1bb0a1b6ab1f601d30f16527fdd102
[PATCH] suspend: make it possible to disable serial console suspend

Hack uart_suspend_port() and uart_resume_port() so that serial console
ports are not suspended if CONFIG_DISABLE_CONSOLE_SUSPEND is set.

This makes it possible to debug the suspend and resume routines of all
device drivers as well as the lowest-level swsusp code with the help of the
serial console.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/serial_core.c