diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-10-12 06:40:49 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-10-12 06:40:49 +0000 |
| commit | c065872aab1aed9f5d2c5cdf98cc441f70ea97db (patch) | |
| tree | d98319d748f2a10741eb13ea4d8b214e5594886d /lib/libusb/libusb.3 | |
| parent | 4276c712e20f34641222a0d8427dbbcb171b97ae (diff) | |
Notes
Diffstat (limited to 'lib/libusb/libusb.3')
| -rw-r--r-- | lib/libusb/libusb.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/libusb.3 b/lib/libusb/libusb.3 index b69922e71cb2..7255f2b4d28b 100644 --- a/lib/libusb/libusb.3 +++ b/lib/libusb/libusb.3 @@ -223,8 +223,8 @@ code on failure. .Ft int .Fn libusb_kernel_driver_active "libusb_device_handle *devh" "int interface" Determine if a driver is active on a interface. -Returns 0 if no kernel driver -is active, 1 if a kernel driver is active, LIBUSB_ERROR_NO_DEVICE +Returns 0 if no kernel driver is active +and 1 if a kernel driver is active, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and a LIBUSB_ERROR code on failure. .Pp .Ft int |
