]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] au1100fb: Add option to enable/disable the cursor
authorRodolfo Giometti <giometti@linux.it>
Tue, 3 Oct 2006 08:14:36 +0000 (01:14 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:09 +0000 (08:04 -0700)
commitca27ac4cc6caa73740122a5f3d601c8a27b89e7c
tree9ee1a21ff2300c97b3d164fa64be725f61c226b4
parent53a04c6fb2e886efbc28b564d413bb5e70d79784
[PATCH] au1100fb: Add option to enable/disable the cursor

- add cursor enable/disable, very useful if you wish a full screen boot
  logo.

Cursor can be disabled from kernel command line:

   video=au1100fb:nocursor,panel:Toppoly_TD035STED4

or from sysfs interface:

   echo 1 > /sys/module/au1100fb/parameters/nocursor

- fix up some wrong indentation issues.

Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/au1100fb.c