aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-15 08:22:47 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-15 08:22:47 +0000
commit0dc4d2093be753affc50d1ccb70fb9f5f66ed9b8 (patch)
tree6181889e001a9a40f0c2697508d0a044c9a1340a /drv.c
parent512838d1786580e053432073638dfb695c78df79 (diff)
downloadlcd4linux-0dc4d2093be753affc50d1ccb70fb9f5f66ed9b8.tar.gz
[lcd4linux @ 2004-02-15 08:22:47 by reinelt]
ported USBLCD driver to NextGeneration added drv_M50530.c (I forgot yesterday, sorry) removed old drivers M50530.c and USBLCD.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@366 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c17
1 files changed, 12 insertions, 5 deletions
diff --git a/drv.c b/drv.c
index 32aa57e..0b0fd34 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.6 2004/02/14 11:56:17 reinelt Exp $
+/* $Id: drv.c,v 1.7 2004/02/15 08:22:47 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,11 @@
*
*
* $Log: drv.c,v $
+ * Revision 1.7 2004/02/15 08:22:47 reinelt
+ * ported USBLCD driver to NextGeneration
+ * added drv_M50530.c (I forgot yesterday, sorry)
+ * removed old drivers M50530.c and USBLCD.c
+ *
* Revision 1.6 2004/02/14 11:56:17 reinelt
* M50530 driver ported
* changed lots of 'char' to 'unsigned char'
@@ -99,7 +104,7 @@ extern DRIVER drv_Cwlinux;
extern DRIVER drv_HD44780;
extern DRIVER drv_M50530;
extern DRIVER drv_T6963;
-extern DRIVER drv_USBDRIVER;
+extern DRIVER drv_USBLCD;
extern DRIVER drv_MatrixOrbital;
extern DRIVER drv_MilfordInstruments;
extern DRIVER drv_PalmPilot;
@@ -137,9 +142,11 @@ DRIVER *Driver[] = {
#ifdef WITH_T6963
&T6963,
#endif
- #ifdef WITH_USBLCD
- &USBLCD,
- #endif
+ */
+#ifdef WITH_USBLCD
+ &drv_USBLCD,
+#endif
+ /* Fixme
#ifdef WITH_MATRIXORBITAL
&MatrixOrbital,
#endif