aboutsummaryrefslogtreecommitdiffstats
path: root/drv_BWCT.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_BWCT.c')
-rw-r--r--drv_BWCT.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/drv_BWCT.c b/drv_BWCT.c
index f6527aa..2f7c864 100644
--- a/drv_BWCT.c
+++ b/drv_BWCT.c
@@ -1,9 +1,9 @@
-/* $Id: drv_BWCT.c 773 2007-02-25 12:39:09Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_BWCT.c $
+/* $Id: drv_BWCT.c 975 2009-01-18 11:16:20Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_BWCT.c $
*
* new style driver for BWCT USB LCD displays
*
- * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -72,7 +72,6 @@ static char Name[] = "BWCT";
static usb_dev_handle *lcd;
static int interface;
-extern int usb_debug;
extern int got_signal;
@@ -89,7 +88,7 @@ static int drv_BW_open(void)
info("%s: scanning USB for BWCT LCD...", Name);
- usb_debug = 0;
+ usb_set_debug(0);
usb_init();
usb_find_busses();
@@ -298,7 +297,7 @@ static void plugin_contrast(RESULT * result, RESULT * arg1)
/* list models */
int drv_BW_list(void)
{
- printf("generic");
+ printf("BWCT USB to HD44780 interface");
return 0;
}
@@ -310,7 +309,7 @@ int drv_BW_init(const char *section, const int quiet)
int asc255bug;
int ret;
- info("%s: %s", Name, "$Rev: 773 $");
+ info("%s: %s", Name, "$Rev: 975 $");
/* display preferences */
XRES = 5; /* pixel width of one char */