aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCD2USB.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_LCD2USB.c')
-rw-r--r--drv_LCD2USB.c41
1 files changed, 3 insertions, 38 deletions
diff --git a/drv_LCD2USB.c b/drv_LCD2USB.c
index 0c4b6bc..ecf8fcc 100644
--- a/drv_LCD2USB.c
+++ b/drv_LCD2USB.c
@@ -1,4 +1,5 @@
-/* $Id: drv_LCD2USB.c,v 1.11 2006/07/19 01:35:31 cmay Exp $
+/* $Id: drv_LCD2USB.c 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LCD2USB.c $
*
* driver for USB2LCD display interface
* see http://www.harbaum.org/till/lcd2usb for schematics
@@ -22,42 +23,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $Log: drv_LCD2USB.c,v $
- * Revision 1.11 2006/07/19 01:35:31 cmay
- * Renamed keypad direction names to avoid conflict with Curses library defs.
- * Added keypad support to Curses display driver.
- *
- * Revision 1.10 2006/04/09 14:17:50 reinelt
- * autoconf/library fixes, image and graphic display inversion
- *
- * Revision 1.9 2006/03/18 14:54:36 harbaum
- * Improved USB error recovery
- *
- * Revision 1.8 2006/02/22 15:59:39 cmay
- * removed KEYPADSIZE cruft per harbaum's suggestion
- *
- * Revision 1.7 2006/02/21 21:43:03 harbaum
- * Keypad support for LCD2USB
- *
- * Revision 1.6 2006/02/12 14:32:24 harbaum
- * Configurable bus/device id
- *
- * Revision 1.5 2006/02/09 20:32:49 harbaum
- * LCD2USB bus testing, version verification ...
- *
- * Revision 1.4 2006/01/30 20:21:51 harbaum
- * LCD2USB: Added support for displays with two controllers
- *
- * Revision 1.3 2006/01/30 06:25:52 reinelt
- * added CVS Revision
- *
- * Revision 1.2 2006/01/28 15:36:17 harbaum
- * Fix: string termination bug in eval()
- *
- * Revision 1.1 2006/01/26 19:26:27 harbaum
- * Added LCD2USB support
- *
*/
/*
@@ -617,7 +582,7 @@ int drv_L2U_init(const char *section, const int quiet)
int asc255bug;
int ret;
- info("%s: %s", Name, "$Revision: 1.11 $");
+ info("%s: %s", Name, "$Rev: 728 $");
/* display preferences */
XRES = 5; /* pixel width of one char */