From cfddcb8479cdb56183b46a00c922c6ee1890d614 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 27 Jan 2004 06:34:14 +0000 Subject: [lcd4linux @ 2004-01-27 06:34:14 by reinelt] Cwlinux driver portet to NextGeneration (compiles, but not tested!) --- drv.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'drv.c') diff --git a/drv.c b/drv.c index 4a16fca..4016c55 100644 --- a/drv.c +++ b/drv.c @@ -1,4 +1,4 @@ -/* $Id: drv.c,v 1.4 2004/01/21 12:36:19 reinelt Exp $ +/* $Id: drv.c,v 1.5 2004/01/27 06:34:14 reinelt Exp $ * * new framework for display drivers * @@ -23,6 +23,9 @@ * * * $Log: drv.c,v $ + * Revision 1.5 2004/01/27 06:34:14 reinelt + * Cwlinux driver portet to NextGeneration (compiles, but not tested!) + * * Revision 1.4 2004/01/21 12:36:19 reinelt * Crystalfontz NextGeneration driver added * @@ -117,11 +120,9 @@ DRIVER *Driver[] = { #ifdef WITH_CRYSTALFONTZ &drv_Crystalfontz, #endif - /* Fixme - #ifdef WITH_CWLINUX - &Cwlinux, - #endif - */ +#ifdef WITH_CWLINUX + &drv_Cwlinux, +#endif #ifdef WITH_HD44780 &drv_HD44780, #endif -- cgit v1.2.3