diff options
author | cmay <cmay@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-02-22 15:59:39 +0000 |
---|---|---|
committer | cmay <cmay@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-02-22 15:59:39 +0000 |
commit | 78a25bb299daa004f0be1a906b2b63e3bbeaa17b (patch) | |
tree | d617fbbb0d4375d7f0076c2046463282fecc6aae /drv_LCD2USB.c | |
parent | 033a575a18dc61134100b444b03940c2a48cd01d (diff) | |
download | lcd4linux-78a25bb299daa004f0be1a906b2b63e3bbeaa17b.tar.gz |
[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
Diffstat (limited to 'drv_LCD2USB.c')
-rw-r--r-- | drv_LCD2USB.c | 8 |
1 files changed, 5 insertions, 3 deletions
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 */ |