patch-2.2.3 linux/drivers/video/tcxfb.c

Next file: linux/drivers/video/vesafb.c
Previous file: linux/drivers/video/skeletonfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.2/linux/drivers/video/tcxfb.c linux/drivers/video/tcxfb.c
@@ -1,4 +1,4 @@
-/* $Id: tcxfb.c,v 1.6 1998/09/04 15:43:46 jj Exp $
+/* $Id: tcxfb.c,v 1.7 1999/01/26 10:55:03 jj Exp $
  * tcxfb.c: TCX 24/8bit frame buffer driver
  *
  * Copyright (C) 1996,1998 Jakub Jelinek (jj@ultra.linux.cz)
@@ -228,6 +228,7 @@
 		strcpy(fix->id, "TCX24");
 	}
 	fix->line_length = fb->var.xres_virtual;
+	fix->accel = FB_ACCEL_SUN_TCX;
 	
 	disp->scrollmode = SCROLL_YREDRAW;
 	if (!disp->screen_base)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)