aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <>2004-02-14 11:56:17 +0000
committerreinelt <>2004-02-14 11:56:17 +0000
commitec5b32b30499f5bdb44eeb3abc343dd4c9c2e507 (patch)
treea06f315366c4efeb59913dd0eb9cdd3fb929a7f7 /drv.c
parenta974ffca9dd032244eb7fa3505ad0204cbafec99 (diff)
downloadlcd4linux-ec5b32b30499f5bdb44eeb3abc343dd4c9c2e507.tar.gz
[lcd4linux @ 2004-02-14 11:56:11 by reinelt]
M50530 driver ported changed lots of 'char' to 'unsigned char'
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/drv.c b/drv.c
index 4016c55..32aa57e 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.5 2004/01/27 06:34:14 reinelt Exp $
+/* $Id: drv.c,v 1.6 2004/02/14 11:56:17 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,10 @@
*
*
* $Log: drv.c,v $
+ * Revision 1.6 2004/02/14 11:56:17 reinelt
+ * M50530 driver ported
+ * changed lots of 'char' to 'unsigned char'
+ *
* Revision 1.5 2004/01/27 06:34:14 reinelt
* Cwlinux driver portet to NextGeneration (compiles, but not tested!)
*
@@ -126,10 +130,10 @@ DRIVER *Driver[] = {
#ifdef WITH_HD44780
&drv_HD44780,
#endif
+#ifdef WITH_M50530
+ &drv_M50530,
+#endif
/* Fixme
- #ifdef WITH_M50530
- &M50530,
- #endif
#ifdef WITH_T6963
&T6963,
#endif