Deleted Added
full compact
usb.4 (76194) usb.4 (79366)
1.\" Copyright (c) 1997, 1998
2.\" Nick Hibma <n_hibma@FreeBSD.org>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1997, 1998
2.\" Nick Hibma <n_hibma@FreeBSD.org>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/usb.4 76194 2001-05-01 21:46:28Z imp $
31.\" $FreeBSD: head/share/man/man4/usb.4 79366 2001-07-06 16:46:48Z ru $
32.\"
33.Dd February 21, 1999
34.Dt USB 4
35.Os FreeBSD
36.Sh NAME
37.Nm usb
38.Nd Universal Serial Bus
39.Sh SYNOPSIS

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

281Human Interface Devices
282.Pq Tn HID .
283.Sh SEE ALSO
284The
285.Tn USB
286specifications can be found at
287.Dv http://www.usb.org/developers/docs.htm .
288.Pp
32.\"
33.Dd February 21, 1999
34.Dt USB 4
35.Os FreeBSD
36.Sh NAME
37.Nm usb
38.Nd Universal Serial Bus
39.Sh SYNOPSIS

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

281Human Interface Devices
282.Pq Tn HID .
283.Sh SEE ALSO
284The
285.Tn USB
286specifications can be found at
287.Dv http://www.usb.org/developers/docs.htm .
288.Pp
289.Xr pci 4 ,
290.Xr ohci 4 ,
289.Xr ohci 4 ,
290.Xr pci 4 ,
291.Xr uhci 4 ,
292.Xr uhid 4 ,
293.Xr ukbd 4 ,
294.Xr ums 4 ,
295.Xr usbd 8 ,
296.Xr usbdevs 8
297.Sh HISTORY
298The
299.Nm
300driver first appeared in
301.Fx 3.0 .
302.Sh AUTHORS
303The
304.Nm
305driver was written by
306.An Lennart Augustsson Aq augustss@carlstedt.se
307for the
308.Nx
309project.
291.Xr uhci 4 ,
292.Xr uhid 4 ,
293.Xr ukbd 4 ,
294.Xr ums 4 ,
295.Xr usbd 8 ,
296.Xr usbdevs 8
297.Sh HISTORY
298The
299.Nm
300driver first appeared in
301.Fx 3.0 .
302.Sh AUTHORS
303The
304.Nm
305driver was written by
306.An Lennart Augustsson Aq augustss@carlstedt.se
307for the
308.Nx
309project.