aboutsummaryrefslogtreecommitdiffstats
path: root/drv_IRLCD.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:02:34 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:02:34 +0000
commit042507055460997ccd491a0d4ca558807b768ae9 (patch)
tree8a1270286d2968930c874388db2b41ee30af8813 /drv_IRLCD.c
parentbfdcc12998b301b28b6faa737e62f9a1cff26dba (diff)
downloadlcd4linux-042507055460997ccd491a0d4ca558807b768ae9.tar.gz
IRLCD patch from Jussi Kilpelainen
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@983 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_IRLCD.c')
-rw-r--r--drv_IRLCD.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drv_IRLCD.c b/drv_IRLCD.c
index ef59e07..e693cb7 100644
--- a/drv_IRLCD.c
+++ b/drv_IRLCD.c
@@ -124,8 +124,8 @@ static int drv_IRLCD_open(char *bus_id, char *device_id)
info("%s: found IRLCD interface on bus %s device %s", Name, bus->dirname, dev->filename);
lcd = usb_open(dev);
if (usb_claim_interface(lcd, 0) < 0) {
- error("%s: usb_claim_interface() failed!", Name);
- return -1;
+ info("%s: WRNING! usb_claim_interface() failed!", Name);
+ # try to proceed anyway...
}
return 0;
}