summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2013-12-19 07:12:34 +0000
committertruckman <truckman@FreeBSD.org>2013-12-19 07:12:34 +0000
commitfec40af99015be45b1e94def23b2fd2bdff11691 (patch)
tree57f9d9956be663d127811d1aba378725dc4b9714 /share/man
parent7331967f0cda1cb9bd455c8aa9fdad8b46e3e34b (diff)
downloadFreeBSD-src-fec40af99015be45b1e94def23b2fd2bdff11691.zip
FreeBSD-src-fec40af99015be45b1e94def23b2fd2bdff11691.tar.gz
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.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/u3g.410
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4
index db56044..d83f157 100644
--- a/share/man/man4/u3g.4
+++ b/share/man/man4/u3g.4
@@ -18,7 +18,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 8, 2012
+.Dd November 26, 2013
.Dt U3G 4
.Os
.Sh NAME
@@ -40,6 +40,9 @@ module at boot time, place the following line in
.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
@@ -98,6 +101,7 @@ and
.Xr ucom 4 ,
.Xr usb 4 ,
.Xr usb_quirk 4 ,
+.Xr devd 8 ,
.Xr usbconfig 8
.Sh HISTORY
The
@@ -117,3 +121,7 @@ driver was written by
and
.An Nick Hibma Aq n_hibma@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.
OpenPOWER on IntegriCloud