mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo.
This commit is contained in:
parent
93fab61dfa
commit
cb0df9e86e
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ Returns 0 on success and a LIBUSB_ERROR code on
|
|||
failure.
|
||||
.Pp
|
||||
.Ft int
|
||||
.Fn libsub_get_active_config_descriptor "libusb_device *dev" "struct libusb_config_descriptor **config"
|
||||
.Fn libusb_get_active_config_descriptor "libusb_device *dev" "struct libusb_config_descriptor **config"
|
||||
Get the USB configuration descriptor for the active configuration.
|
||||
Returns 0 on
|
||||
success, LIBUSB_ERROR_NOT_FOUND if the device is in
|
||||
|
|
|
|||
Loading…
Reference in a new issue