aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <>2004-02-15 21:43:43 +0000
committerreinelt <>2004-02-15 21:43:43 +0000
commit55e2a61f5ebc3dbdc5336b98330d57bf6256a175 (patch)
tree6e2799b6464df37df69358ed5a482546c4135796 /drv.c
parentb331ef79fcbdbab27308a34f438b5646c37b9992 (diff)
downloadlcd4linux-55e2a61f5ebc3dbdc5336b98330d57bf6256a175.tar.gz
[lcd4linux @ 2004-02-15 21:43:43 by reinelt]
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/drv.c b/drv.c
index 0b0fd34..38d35b2 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.7 2004/02/15 08:22:47 reinelt Exp $
+/* $Id: drv.c,v 1.8 2004/02/15 21:43:43 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,12 @@
*
*
* $Log: drv.c,v $
+ * Revision 1.8 2004/02/15 21:43:43 reinelt
+ * T6963 driver nearly finished
+ * framework for graphic displays done
+ * i2c_sensors patch from Xavier
+ * some more old generation files removed
+ *
* Revision 1.7 2004/02/15 08:22:47 reinelt
* ported USBLCD driver to NextGeneration
* added drv_M50530.c (I forgot yesterday, sorry)
@@ -138,11 +144,9 @@ DRIVER *Driver[] = {
#ifdef WITH_M50530
&drv_M50530,
#endif
- /* Fixme
- #ifdef WITH_T6963
- &T6963,
- #endif
- */
+#ifdef WITH_T6963
+ &drv_T6963,
+#endif
#ifdef WITH_USBLCD
&drv_USBLCD,
#endif