X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fvideo%2Fskeletonfb.c;h=75ab6294516f4ac1eb5cac806cda9adf5bd28450;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=947ddfb840c82cc50f458f3eb35fe86447cd08c4;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c index 947ddfb84..75ab62945 100644 --- a/drivers/video/skeletonfb.c +++ b/drivers/video/skeletonfb.c @@ -539,7 +539,13 @@ int __init xxxfb_init(void) info.fbops = &xxxfb_ops; info.fix = xxxfb_fix; info.pseudo_palette = pseudo_palette; - info.flags = FBINFO_FLAG_DEFAULT; + + /* + * Set up flags to indicate what sort of acceleration your + * driver can provide (pan/wrap/copyarea/etc.) and whether it + * is a module -- see FBINFO_* in include/linux/fb.h + */ + info.flags = FBINFO_DEFAULT; info.par = current_par; /*