From: Aivils S. <ai...@us...> - 2004-02-09 07:36:39
|
Update of /cvsroot/linuxconsole/ruby/ruby-2.6/drivers/video/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv413/ruby-2.6/drivers/video/console Modified Files: fbcon.c Log Message: add initial read-only sysfs support Index: fbcon.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/ruby-2.6/drivers/video/console/fbcon.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fbcon.c 5 Dec 2003 12:11:21 -0000 1.4 +++ fbcon.c 9 Feb 2004 07:33:28 -0000 1.5 @@ -2302,6 +2302,7 @@ return -ENODEV; } vt_proc_attach(vt); + vt_create_sysfs_dev_files(vt); printk("Console: %s %s %dx%d vc:%d-%d\n", vt->default_mode->vc_can_do_color ? "Colour" : "Mono", display_desc, |