Deleted Added
full compact
usb.4 (208291) usb.4 (219004)
1.\" Copyright (c) 1997, 1998 Nick Hibma <n_hibma@FreeBSD.org>
2.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1997, 1998 Nick Hibma <n_hibma@FreeBSD.org>
2.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/usb.4 208291 2010-05-19 08:57:53Z uqs $
25.\" $FreeBSD: head/share/man/man4/usb.4 219004 2011-02-24 18:08:23Z hselasky $
26.\"
27.Dd May 20, 2009
28.Dt USB 4
29.Os
30.Sh NAME
31.Nm usb
32.Nd Universal Serial Bus
33.Sh SYNOPSIS

--- 125 unchanged lines hidden (view full) ---

159.Xr uhid 4 ,
160.Xr ukbd 4 ,
161.Xr ulpt 4 ,
162.Xr umass 4 ,
163.Xr ums 4 ,
164.Xr uplcom 4 ,
165.Xr urio 4 ,
166.Xr uvscom 4 ,
26.\"
27.Dd May 20, 2009
28.Dt USB 4
29.Os
30.Sh NAME
31.Nm usb
32.Nd Universal Serial Bus
33.Sh SYNOPSIS

--- 125 unchanged lines hidden (view full) ---

159.Xr uhid 4 ,
160.Xr ukbd 4 ,
161.Xr ulpt 4 ,
162.Xr umass 4 ,
163.Xr ums 4 ,
164.Xr uplcom 4 ,
165.Xr urio 4 ,
166.Xr uvscom 4 ,
167.Xr usbconfig 8
167.Xr usbconfig 8 ,
168.Xr xhci 4
168.Sh STANDARDS
169The
170.Nm
171module complies with the USB 2.0 standard.
172.Sh HISTORY
173The
174.Nm
175module has been inspired by the NetBSD USB stack initially written by
176Lennart Augustsson. The
177.Nm
178module was written by
179.An Hans Petter Selasky Aq hselasky@FreeBSD.org .
169.Sh STANDARDS
170The
171.Nm
172module complies with the USB 2.0 standard.
173.Sh HISTORY
174The
175.Nm
176module has been inspired by the NetBSD USB stack initially written by
177Lennart Augustsson. The
178.Nm
179module was written by
180.An Hans Petter Selasky Aq hselasky@FreeBSD.org .