aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-26 05:03:27 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-26 05:03:27 +0000
commit6d265a408c14f68886dba867bd9bdb973266f3b3 (patch)
tree7fee418f7c2993a271430a06bdee4ca6eaa5689f /drv.c
parent724c7f8cd64c89cab261c0e3188398395cf09fd4 (diff)
downloadlcd4linux-6d265a408c14f68886dba867bd9bdb973266f3b3.tar.gz
[lcd4linux @ 2004-05-26 05:03:24 by reinelt]
MilfordInstruments driver ported git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@435 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/drv.c b/drv.c
index 39928f9..f5d10ad 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.11 2004/05/25 19:54:15 reinelt Exp $
+/* $Id: drv.c,v 1.12 2004/05/26 05:03:27 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,10 @@
*
*
* $Log: drv.c,v $
+ * Revision 1.12 2004/05/26 05:03:27 reinelt
+ *
+ * MilfordInstruments driver ported
+ *
* Revision 1.11 2004/05/25 19:54:15 reinelt
*
* 'make distcheck' bugs fixed
@@ -137,9 +141,6 @@ extern DRIVER drv_Text;
char *output=NULL;
DRIVER *Driver[] = {
-#ifdef WITH_MATRIXORBITAL
- &drv_MatrixOrbital,
-#endif
/* Fixme
#ifdef WITH_BECKMANNEGLE
&BeckmannEgle,
@@ -160,17 +161,18 @@ DRIVER *Driver[] = {
#ifdef WITH_M50530
&drv_M50530,
#endif
+#ifdef WITH_MATRIXORBITAL
+ &drv_MatrixOrbital,
+#endif
+#ifdef WITH_MILINST
+ &drv_MilfordInstruments,
+#endif
#ifdef WITH_T6963
&drv_T6963,
#endif
#ifdef WITH_USBLCD
&drv_USBLCD,
#endif
- /* Fixme
- #ifdef WITH_MILINST
- &MilfordInstruments,
- #endif
- */
#ifdef WITH_X11
&drv_X11,
#endif