aboutsummaryrefslogtreecommitdiffstats
path: root/drv_M50530.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-11 11:59:29 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-11 11:59:29 +0000
commit394f120984960ad12631f9934fe63bacc64aebe3 (patch)
treeb0b13a836b430a1ad3e970c7dbf656b40a1946f5 /drv_M50530.c
parentbbf29d60c224ac063ca9ed807d8ed32c93a94fd3 (diff)
downloadlcd4linux-394f120984960ad12631f9934fe63bacc64aebe3.tar.gz
[lcd4linux @ 2006-08-11 11:59:29 by reinelt]
M50530 minor fixes git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@688 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_M50530.c')
-rw-r--r--drv_M50530.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/drv_M50530.c b/drv_M50530.c
index 26f85bc..fcf6d25 100644
--- a/drv_M50530.c
+++ b/drv_M50530.c
@@ -1,4 +1,4 @@
-/* $Id: drv_M50530.c,v 1.22 2006/08/10 20:40:46 reinelt Exp $
+/* $Id: drv_M50530.c,v 1.23 2006/08/11 11:59:29 reinelt Exp $
*
* new style driver for M50530-based displays
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_M50530.c,v $
+ * Revision 1.23 2006/08/11 11:59:29 reinelt
+ * M50530 minor fixes
+ *
* Revision 1.22 2006/08/10 20:40:46 reinelt
* M50530 enhancements: Timings, busy-flag checking
*
@@ -269,6 +272,9 @@ static void drv_M5_busy(void)
/* clear R/W */
drv_generic_parport_control(SIGNAL_RW, 0);
+ /* honour data hold time */
+ ndelay (T_H);
+
/* set data-lines to output */
drv_generic_parport_direction(0);
@@ -682,7 +688,7 @@ int drv_M5_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Revision: 1.22 $");
+ info("%s: %s", Name, "$Revision: 1.23 $");
/* display preferences */
XRES = -1; /* pixel width of one char */