summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cp-usb-async.c
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-08-18 18:09:59 -0600
committerBdale Garbee <bdale@gag.com>2009-08-18 18:09:59 -0600
commit7fcbe76ce82ec5a17cf536afa0d1b9061e225aa9 (patch)
tree74a2ed5f7f116f9656c74beb62888050abb071f7 /ao-tools/lib/cp-usb-async.c
parent035ba6df17f016953351bc77a98623c165b69909 (diff)
parent4685fc541466afbeefc151bcb64cd054739c048b (diff)
Merge branch 'master' into debian
Diffstat (limited to 'ao-tools/lib/cp-usb-async.c')
-rw-r--r--ao-tools/lib/cp-usb-async.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/lib/cp-usb-async.c b/ao-tools/lib/cp-usb-async.c
index 6539394b..3e75b507 100644
--- a/ao-tools/lib/cp-usb-async.c
+++ b/ao-tools/lib/cp-usb-async.c
@@ -60,6 +60,7 @@ cp_usb_async_open(void)
0x10c4, 0xea60);
cp->ack = -1;
if (!cp->handle) {
+ fprintf(stderr, "Cannot find USB device 10c4:ea60\n");
libusb_exit(cp->ctx);
free(cp);
return NULL;