On Thu, Dec 09, 2010 at 02:47:16PM +0100, Sascha Hauer wrote: > The different modes can be useful for drivers. Currently there is > no way to expose the modes to sysfs, so export them. > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> I'll admit I don't really like the idea of exposing the modedb to drivers in this way, but given that we're already doing it for the vesa and cea modes, allowing drivers to copy ranges in to their modelist from the standard db is probably something we can live with. The mode list dumping is basically a blatant sysfs abuse already though, and it would be much cleaner simply to back the mode store with an fb_find/try_mode() pair that grovels all the right places in addition to doing a pass over the fb_info's modelist. -- 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