On Sun, Nov 05, 2006 at 12:21:37PM +0100, Pavel Machek wrote:
> Hi!

> > Bootsplash only drops to verbose mode on escape and F2 as far as I can
> > see. At least the kernel has something like this:
> > 
> > ---
> > #ifdef CONFIG_BOOTSPLASH
> >     /* This code has to be redone for some non-x86 platforms */
> >     if (down == 1 && (keycode == 0x3c || keycode == 0x01)) {        /* F2 
> > and ESC on PC keyboard */
> >             extern int splash_verbose(void);
> >             printk(KERN_INFO "splash_verbose in keyboard.c 1\n");
> >             if (splash_verbose())
> >                     return;
> >     }
> > #endif
> > ---
> > 
> > But I agree escape would be more senseable. So why is this an issue
> > at
> 
> ...well, but this code is only active during boot, no?

I'm not sure, i'd guess the splash_verbose() would return true if splash was
silent before, but i have not looked at the code deeply. Since we probably
want to switch splash to silent during suspend...
-- 
Stefan Seyfried
QA / R&D Team Mobile Devices        |              "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg  | "Well, surrounding them's out." 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to