Hi! changelog would be welcome. > Signed-off-by: Arve Hj??nnev??g <arve@xxxxxxxxxxx> > > diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig > index aedea7e..f1a3d5c 100644 > --- a/kernel/power/Kconfig > +++ b/kernel/power/Kconfig > @@ -166,6 +166,23 @@ config EARLYSUSPEND > Call early suspend handlers when the user requested sleep state > changes. > > +choice > + prompt "User-space screen access" > + default CONSOLE_EARLYSUSPEND > + depends on HAS_EARLYSUSPEND > + > + config NO_USER_SPACE_SCREEN_ACCESS_CONTROL > + bool "None" Eh? > + config CONSOLE_EARLYSUSPEND > + bool "Console switch on early-suspend" > + depends on HAS_EARLYSUSPEND && VT > + ---help--- > + Register early suspend handler to perform a console switch to > + when user-space should stop drawing to the screen and a switch > + back when it should resume. I could not parse english here. > index d3467b3..8bf293d 100644 > --- a/kernel/power/Makefile > +++ b/kernel/power/Makefile > @@ -9,6 +9,7 @@ obj-$(CONFIG_FREEZER) += process.o > obj-$(CONFIG_WAKELOCK) += wakelock.o > obj-$(CONFIG_USER_WAKELOCK) += userwakelock.o > obj-$(CONFIG_EARLYSUSPEND) += earlysuspend.o > +obj-$(CONFIG_CONSOLE_EARLYSUSPEND) += consoleearlysuspend.o Some _'s would be welcome in filename. Actually, I'd hope that system where you control everything (such as android) would not need to switch consoles. Console switch was invented as a workaround for X owning the hardware.... ...and how is it different from current console switching we do on PC? Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm