Deleted Added
full compact
usb_quirk.4 (219086) usb_quirk.4 (231244)
1.\"
2.\" Copyright (c) 2010 AnyWi Technologies
3.\" All rights reserved.
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
1.\"
2.\" Copyright (c) 2010 AnyWi Technologies
3.\" All rights reserved.
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.\" $FreeBSD: head/share/man/man4/usb_quirk.4 219086 2011-02-27 17:14:06Z gjb $
17.\" $FreeBSD: head/share/man/man4/usb_quirk.4 231244 2012-02-09 04:37:30Z gjb $
18.\"
18.\"
19.Dd February 27, 2011
19.Dd February 8, 2012
20.Dt USB_QUIRK 4
21.Os
22.Sh NAME
23.Nm usb_quirk
24.Nd USB quirks module
25.Sh SYNOPSIS
26To compile this module into the kernel,
27place the following line in your

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

36.Bd -literal -offset indent
37usb_quirk_load="YES"
38.Ed
39.Sh DESCRIPTION
40The
41.Nm
42module provides support for dynamically adding and removing quirks for
43USB devices with
20.Dt USB_QUIRK 4
21.Os
22.Sh NAME
23.Nm usb_quirk
24.Nd USB quirks module
25.Sh SYNOPSIS
26To compile this module into the kernel,
27place the following line in your

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

36.Bd -literal -offset indent
37usb_quirk_load="YES"
38.Ed
39.Sh DESCRIPTION
40The
41.Nm
42module provides support for dynamically adding and removing quirks for
43USB devices with
44.Xr usbconfig 5 .
44.Xr usbconfig 8 .
45.Sh General quirks:
46.Bl -tag -width Ds
47.It UQ_AUDIO_SWAP_LR
48swap left and right channels
49.It UQ_AU_INP_ASYNC
50input is async despite claim of adaptive
51.It UQ_AU_NO_FRAC
52don't adjust for fractional samples

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

178After attaching a
179.Nm u3g
180device which appears as a USB device on
181.Pa ugen0.3 :
182.Bd -literal -offset indent
183usbconfig -d ugen0.3 add_quirk UQ_MSC_EJECT_WAIT
184.Ed
185.Sh SEE ALSO
45.Sh General quirks:
46.Bl -tag -width Ds
47.It UQ_AUDIO_SWAP_LR
48swap left and right channels
49.It UQ_AU_INP_ASYNC
50input is async despite claim of adaptive
51.It UQ_AU_NO_FRAC
52don't adjust for fractional samples

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

178After attaching a
179.Nm u3g
180device which appears as a USB device on
181.Pa ugen0.3 :
182.Bd -literal -offset indent
183usbconfig -d ugen0.3 add_quirk UQ_MSC_EJECT_WAIT
184.Ed
185.Sh SEE ALSO
186.Xr usbconfig 5
186.Xr usbconfig 8
187.Sh HISTORY
188The
189.Nm
190module appeared in
191.Fx 8.0 ,
192and was written by
193.An Hans Petter Selasky Aq hselasky@FreeBSD.org .
194This manual page was written by
195.An Nick Hibma Aq n_hibma@FreeBSD.org .
187.Sh HISTORY
188The
189.Nm
190module appeared in
191.Fx 8.0 ,
192and was written by
193.An Hans Petter Selasky Aq hselasky@FreeBSD.org .
194This manual page was written by
195.An Nick Hibma Aq n_hibma@FreeBSD.org .