aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-14 11:56:17 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-14 11:56:17 +0000
commit02f87e08e6fa94ff943c84768197fba5f719a951 (patch)
treea06f315366c4efeb59913dd0eb9cdd3fb929a7f7 /drv.c
parent4c40b4065bedef2b8a490a88fc4ec04086b7a0f2 (diff)
downloadlcd4linux-02f87e08e6fa94ff943c84768197fba5f719a951.tar.gz
[lcd4linux @ 2004-02-14 11:56:11 by reinelt]
M50530 driver ported changed lots of 'char' to 'unsigned char' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@363 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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