summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2011-11-07 18:58:45 +0000
committerMarcus Meissner <marcus@jet.franken.de>2011-11-07 18:58:45 +0000
commita890a3cd46a86608919f9c14afcc23bc1dda05a7 (patch)
tree830499651e7bc059e75422057506867f993465e0 /libgphoto2_port/libgphoto2_port
parent7d1204e1d743d60be142082317149d36000c6562 (diff)
downloadlibgphoto2-a890a3cd46a86608919f9c14afcc23bc1dda05a7.tar.gz
hook in the libusb1 driver
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13761 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-version.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c
index ad1296171..11b23e160 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c
@@ -78,8 +78,10 @@ const char **gp_port_library_version(GPVersionVerbosity verbose)
#endif
#ifdef HAVE_LIBUSB_WIN32
"USB (libusb-win32, for USB cameras)",
+#elif defined(HAVE_LIBUSB1)
+ "USB (libusb1, for USB cameras)",
#elif defined(HAVE_LIBUSB)
- "USB (libusb, for USB cameras)",
+ "USB (libusb0, for USB cameras)",
#else
"no USB (for USB cameras)",
#endif