From 3782a82b5d0c8f59a660d73b1bc9aada527dd6d8 Mon Sep 17 00:00:00 2001 From: "reillyg@chromium.org" Date: Fri, 20 Jun 2014 18:13:59 +0000 Subject: Log errors from libusb. Convert numeric error code from libusb into human readable strings and log them. Some of these errors should, in addition, be passed up to the running script. BUG= Review URL: https://codereview.chromium.org/344793009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278769 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libusb/libusb.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/libusb') diff --git a/third_party/libusb/libusb.gyp b/third_party/libusb/libusb.gyp index 0aba182..9ea8af5 100644 --- a/third_party/libusb/libusb.gyp +++ b/third_party/libusb/libusb.gyp @@ -18,6 +18,7 @@ 'src/libusb/io.c', 'src/libusb/libusb.h', 'src/libusb/libusbi.h', + 'src/libusb/strerror.c', 'src/libusb/sync.c', 'src/libusb/version.h', 'src/libusb/version_nano.h', -- cgit v1.1