aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Trefon.c
diff options
context:
space:
mode:
authorbwalle <bwalle@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-10-07 19:32:42 +0000
committerbwalle <bwalle@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-10-07 19:32:42 +0000
commit3654ca81e0aa3116c24d849336560cc96ff73f11 (patch)
tree8ded0ab0b7524c1101146671e35c52520d91c3df /drv_Trefon.c
parenta80978985167df7650209888a5a89ea8089c091d (diff)
downloadlcd4linux-3654ca81e0aa3116c24d849336560cc96ff73f11.tar.gz
Replace write to external variable usb_debug by calling usb_set_debug().
This fixes build on openSUSE Factory. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@899 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_Trefon.c')
-rw-r--r--drv_Trefon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drv_Trefon.c b/drv_Trefon.c
index 6ff1e59..743b681 100644
--- a/drv_Trefon.c
+++ b/drv_Trefon.c
@@ -72,8 +72,6 @@ static char Name[] = "TREFON";
static usb_dev_handle *lcd;
static int interface;
-extern int usb_debug;
-
/****************************************/
/*** hardware dependant functions ***/
@@ -88,7 +86,7 @@ static int drv_TF_open(void)
info("%s: scanning USB for TREFON LCD...", Name);
- usb_debug = 0;
+ usb_set_debug(0);
usb_init();
usb_find_busses();