From 95a086eefd2432170c6aec78953fdc22070d7b93 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 18 Sep 2004 15:58:57 +0000 Subject: [lcd4linux @ 2004-09-18 15:58:57 by reinelt] even more HD44780 cleanups, hardwiring for LCM-162 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@490 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_generic_parport.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'drv_generic_parport.h') diff --git a/drv_generic_parport.h b/drv_generic_parport.h index 0455951..2edf044 100644 --- a/drv_generic_parport.h +++ b/drv_generic_parport.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic_parport.h,v 1.6 2004/09/18 08:22:59 reinelt Exp $ +/* $Id: drv_generic_parport.h,v 1.7 2004/09/18 15:58:57 reinelt Exp $ * * generic driver helper for parallel port displays * @@ -23,6 +23,9 @@ * * * $Log: drv_generic_parport.h,v $ + * Revision 1.7 2004/09/18 15:58:57 reinelt + * even more HD44780 cleanups, hardwiring for LCM-162 + * * Revision 1.6 2004/09/18 08:22:59 reinelt * drv_generic_parport_status() to read status lines * @@ -66,6 +69,13 @@ * reads wiring for one control signal from config * returns DRV_GENERIC_PARPORT_CONTROL_* or 255 on error * + * unsigned char drv_generic_parport_hardwire_ctrl (char *name) + * returns hardwiring for one control signal + * same as above, but does not read from config, + * but cheks the config and emits a warning that the config + * entry will be ignored + * returns DRV_GENERIC_PARPORT_CONTROL_* or 255 on error + * * unsigned char drv_generic_parport_wire_data (char *name, char *deflt) * reads wiring for one data signal from config * returns 1<