aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
diff options
context:
space:
mode:
authorAntonino A. Daplas <adaplas@gmail.com>2005-09-09 16:04:29 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 16:57:58 -0400
commit7726e9e10fc6e026ed2dc00e48f4a3ffc1254ad2 (patch)
treeb6595002e6e9e653e395a472e3f8f5ed4b6e04f8 /include/linux/fb.h
parentcb2e87a65d6cd735eb06fa595bf90497af28c37b (diff)
[PATCH] fbdev: Add fbset -a support
Add capability to fbdev to listen to the FB_ACTIVATE_ALL flag. If set, it notifies fbcon that all consoles must be set to the current var. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r--include/linux/fb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index bc24beeed971..70da819df0f5 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -495,6 +495,9 @@ struct fb_cursor_user {
495#define FB_EVENT_BLANK 0x08 495#define FB_EVENT_BLANK 0x08
496/* Private modelist is to be replaced */ 496/* Private modelist is to be replaced */
497#define FB_EVENT_NEW_MODELIST 0x09 497#define FB_EVENT_NEW_MODELIST 0x09
498/* The resolution of the passed in fb_info about to change and
499 all vc's should be changed */
500#define FB_EVENT_MODE_CHANGE_ALL 0x0A
498 501
499struct fb_event { 502struct fb_event {
500 struct fb_info *info; 503 struct fb_info *info;