Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 09:38:57 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r356406 - stable/10/usr.sbin/usbconfig
Message-ID:  <202001060938.0069cv2f014110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Jan  6 09:38:57 2020
New Revision: 356406
URL: https://svnweb.freebsd.org/changeset/base/356406

Log:
  MFC r333089:
  Clean up the EXAMPLES section of usbconfig(8).  This removes parts that
  become redundant after documenting all the subcommands, and switches
  to the new syntax, without the '-d'.
  
  Reviewed by:	hselasky@
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/usr.sbin/usbconfig/usbconfig.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/usbconfig/usbconfig.8
==============================================================================
--- stable/10/usr.sbin/usbconfig/usbconfig.8	Mon Jan  6 09:38:08 2020	(r356405)
+++ stable/10/usr.sbin/usbconfig/usbconfig.8	Mon Jan  6 09:38:57 2020	(r356406)
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 17, 2018
+.Dd April 29, 2018
 .Dt USBCONFIG 8
 .Os
 .Sh NAME
@@ -146,33 +146,21 @@ See
 for more information.
 .El
 .Sh EXAMPLES
-Show information about the device on USB bus 1 at address 2:
+List all connected USB devices and their attached interface drivers:
 .Pp
-.Dl usbconfig -d ugen1.2 dump_info
+.Dl usbconfig show_ifdrv
 .Pp
-Dump HID descriptor for device on USB bus 1 at address 2:
+Dump device and configuration descriptors for device on USB bus 1 at address 2:
 .Pp
-.Dl usbconfig -d ugen1.2 do_request 0x81 0x06 0x2200 0 0x100
+.Dl usbconfig ugen1.2 dump_all_desc
 .Pp
-Dump string descriptor at index Z for device on USB bus 1 at address 2:
+Dump HID descriptor for device on USB bus 1 at address 2:
 .Pp
-.Dl usbconfig -d ugen1.2 dump_string Z
+.Dl usbconfig ugen1.2 do_request 0x81 0x06 0x2200 0 0x100
 .Pp
-Dump current configuration descriptor for device on USB bus 1 at address 2:
+Power off the device on USB bus 1 at address 2:
 .Pp
-.Dl usbconfig -d ugen1.2 dump_curr_config_desc
-.Pp
-Dump device descriptor for device on USB bus 1 at address 2:
-.Pp
-.Dl usbconfig -d ugen1.2 dump_device_desc
-.Pp
-Program the device on USB bus 1 at address 2 to suspend, resume, power off, go into power save, or power on:
-.Pp
-.Dl usbconfig -d ugen1.2 suspend
-.Dl usbconfig -d ugen1.2 resume
-.Dl usbconfig -d ugen1.2 power_off
-.Dl usbconfig -d ugen1.2 power_save
-.Dl usbconfig -d ugen1.2 power_on
+.Dl usbconfig ugen1.2 power_off
 .Sh SEE ALSO
 .Xr usb 4 ,
 .Xr usb_quirk 4 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001060938.0069cv2f014110>