From e2fbd64db36bc3da8e53d8e04ce1a13e269083dd Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 11 Aug 2006 11:59:29 +0000 Subject: [lcd4linux @ 2006-08-11 11:59:29 by reinelt] M50530 minor fixes --- drv_M50530.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'drv_M50530.c') 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 */ -- cgit v1.2.3