On Thursday 04 November 2004 07:52, Andrew Morton wrote:
"Antonino A. Daplas" [off-list ref] wrote:
This patch conflicts with Ben's "fbdev: workaround for broken X servers"
patch, which is in Linus's tree now.
So fb_blank() will now look like this:
int
fb_blank(struct fb_info *info, int blank)
{
int err = -EINVAL;
/* Workaround for broken X servers */
if (blank > VESA_POWERDOWN)
blank = VESA_POWERDOWN;
if (info->fbops->fb_blank)
err = info->fbops->fb_blank(blank, info);
return err;
}
Yes, that's correct. Thanks.
Tony
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click