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.

MFC after:	1 month
This commit is contained in:
Don Lewis 2013-11-26 09:14:39 +00:00
parent 2dbdedbc46
commit cfab30ba16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258629

View File

@ -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,7 +101,12 @@ and
.Xr ucom 4 ,
.Xr usb 4 ,
.Xr usb_quirk 4 ,
.Xr devd 8 ,
.Xr usbconfig 8
.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.
.Sh HISTORY
The
.Nm