From 78a25bb299daa004f0be1a906b2b63e3bbeaa17b Mon Sep 17 00:00:00 2001 From: cmay Date: Wed, 22 Feb 2006 15:59:39 +0000 Subject: [lcd4linux @ 2006-02-22 15:59:39 by cmay] removed KEYPADSIZE cruft per harbaum's suggestion git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@645 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_LCD2USB.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'drv_LCD2USB.c') diff --git a/drv_LCD2USB.c b/drv_LCD2USB.c index c535a96..aa864fe 100644 --- a/drv_LCD2USB.c +++ b/drv_LCD2USB.c @@ -1,4 +1,4 @@ -/* $Id: drv_LCD2USB.c,v 1.7 2006/02/21 21:43:03 harbaum Exp $ +/* $Id: drv_LCD2USB.c,v 1.8 2006/02/22 15:59:39 cmay Exp $ * * driver for USB2LCD display interface * see http://www.harbaum.org/till/lcd2usb for schematics @@ -24,6 +24,9 @@ * * * $Log: drv_LCD2USB.c,v $ + * 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 * @@ -497,7 +500,6 @@ static int drv_L2U_start(const char *section, const int quiet) DROWS = rows; DCOLS = cols; - KEYPADSIZE = L2U_BUTTONS; /* bus id and device id are strings and not just intergers, since */ /* the windows port of libusb treats them as strings. And this way */ @@ -598,7 +600,7 @@ int drv_L2U_init(const char *section, const int quiet) int asc255bug; int ret; - info("%s: %s", Name, "$Revision: 1.7 $"); + info("%s: %s", Name, "$Revision: 1.8 $"); /* display preferences */ XRES = 5; /* pixel width of one char */ -- cgit v1.2.3