From 117fa6f13e164c7eb5edaee955cabe2666718845 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 9 Jan 2004 17:03:07 +0000 Subject: [lcd4linux @ 2004-01-09 17:03:06 by reinelt] initiated transfer to new driver architecture new file 'drv.c' will someday replace 'display.c' new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c' due to this 'soft' transfer lcd4linux should stay usable during the switch (at least I hope so) --- display.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'display.h') diff --git a/display.h b/display.h index 98c078e..9a0b8ab 100644 --- a/display.h +++ b/display.h @@ -1,4 +1,4 @@ -/* $Id: display.h,v 1.22 2003/10/05 17:58:50 reinelt Exp $ +/* $Id: display.h,v 1.23 2004/01/09 17:03:07 reinelt Exp $ * * framework for device drivers * @@ -22,6 +22,13 @@ * * * $Log: display.h,v $ + * Revision 1.23 2004/01/09 17:03:07 reinelt + * initiated transfer to new driver architecture + * new file 'drv.c' will someday replace 'display.c' + * new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c' + * due to this 'soft' transfer lcd4linux should stay usable during the switch + * (at least I hope so) + * * Revision 1.22 2003/10/05 17:58:50 reinelt * libtool junk; copyright messages cleaned up * @@ -130,8 +137,8 @@ typedef struct LCD { } LCD; typedef struct { - char *name; - LCD *Model; + char *driver; + LCD *Model; } FAMILY; -- cgit v1.2.3