]> git.neil.brown.name Git - history.git/commit
[PATCH] missing FB_VISUAL_PSEUDOCOLOR in fb_prepare_logo()
authorAndrey Panin <pazke@orbita1.ru>
Fri, 4 Apr 2003 12:16:05 +0000 (04:16 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 4 Apr 2003 12:16:05 +0000 (04:16 -0800)
commit43d569dfc1fc12dd4ff161009e1c2fb6c47952c7
tree6f17195a6cb412ee73dd00e7f155106be4d317a4
parent3f77cce82a816a02dfe78b4e718782614b5adf77
[PATCH] missing FB_VISUAL_PSEUDOCOLOR in fb_prepare_logo()

This fixes the mighty penguin logo not appearing on visual workstation
framebuffer.  The trouble is missing 'case FB_VISUAL_PSEUDOCOLOR:' in
fb_prepare_logo() function.
drivers/video/fbmem.c