Deleted Added
full compact
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.

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

20.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
26.\" THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man4/usb.4 171566 2007-07-24 14:51:21Z imp $
28.\" $FreeBSD: head/share/man/man4/usb.4 190100 2009-03-19 20:33:26Z thompsa $
29.\"
30.Dd November 22, 2006
31.Dt USB 4
32.Os
33.Sh NAME
34.Nm usb
35.Nd Universal Serial Bus
36.Sh SYNOPSIS

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

417.Xr uhci 4 ,
418.Xr uhid 4 ,
419.Xr ukbd 4 ,
420.Xr ulpt 4 ,
421.Xr umass 4 ,
422.Xr ums 4 ,
423.Xr uplcom 4 ,
424.Xr urio 4 ,
425.Xr uscanner 4 ,
425.Xr uvscom 4 ,
426.Xr usbdevs 8
427.Sh HISTORY
428The
429.Nm
430driver first appeared in
431.Fx 3.0 .
432.Sh AUTHORS
433The
434.Nm
435driver was written by
436.An Lennart Augustsson Aq augustss@carlstedt.se
437for the
438.Nx
439project.