On Tue, Nov 02, 2010 at 11:47:40AM +0100, Guennadi Liakhovetski wrote: > diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c > index 38b3c30..943bcff 100644 > --- a/drivers/video/fbmon.c > +++ b/drivers/video/fbmon.c > @@ -973,6 +973,45 @@ void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) > DPRINTK("========================================\n"); > } > > +const struct fb_videomode cea_modes[] = { This wants to be in drivers/video/modedb.c nested under CONFIG_FB_MODE_HELPERS, you can simply follow the vesa_modes example. Given that this can also be modular, you'll need a symbol export for cea_modes in addition to a prototype in include/linux/fb.h. -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html