svn commit: r259604 - stable/9/share/man/man4

Don Lewis truckman at FreeBSD.org
Thu Dec 19 07:17:07 UTC 2013


Author: truckman
Date: Thu Dec 19 07:17:07 2013
New Revision: 259604
URL: http://svnweb.freebsd.org/changeset/base/259604

Log:
  MFC r258629, 258662:
  
  r258629:
    Mention that devd will kldload the driver when the device is connected.
  
    Mention that the automatic mode switch from umass to u3g needed by some
    devices does not work unless the driver is loaded before the device is
    connected.
  
  r258662 (by joel):
    mdoc: sort sections.

Modified:
  stable/9/share/man/man4/u3g.4
Directory Properties:
  stable/9/share/man/man4/   (props changed)

Modified: stable/9/share/man/man4/u3g.4
==============================================================================
--- stable/9/share/man/man4/u3g.4	Thu Dec 19 07:13:59 2013	(r259603)
+++ stable/9/share/man/man4/u3g.4	Thu Dec 19 07:17:07 2013	(r259604)
@@ -18,7 +18,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 8, 2012
+.Dd November 26, 2013
 .Dt U3G 4
 .Os
 .Sh NAME
@@ -38,6 +38,9 @@ module at boot time, place the following
 .Bd -literal -offset indent
 u3g_load="YES"
 .Ed
+.Pp
+If neither of the above is done, the driver will automatically be loaded
+by devd(8) when the device is connected.
 .Sh DESCRIPTION
 The
 .Nm
@@ -95,6 +98,7 @@ and
 .Xr ucom 4 ,
 .Xr usb 4 ,
 .Xr usb_quirk 4 ,
+.Xr devd 8 ,
 .Xr usbconfig 8
 .Sh HISTORY
 The
@@ -114,3 +118,7 @@ driver was written by
 and
 .An Nick Hibma Aq n_hibma at FreeBSD.org .
 Hardware for testing was provided by AnyWi Technologies, Leiden, NL.
+.Sh BUGS
+The automatic mode switch from disk mode to modem mode does not work unless
+the driver is either built into the kernel or loaded before the device is
+connected.


More information about the svn-src-all mailing list