History log of /freebsd-10.2-release/share/man/man4/usb_quirk.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 283173 21-May-2015 hselasky

MFC r282577:
Add support for DYMO LabelWriter PnP.


# 264777 22-Apr-2014 brueffer

MFC: r264386

Improve markup and remove contractions.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 253988 06-Aug-2013 dwmalone

Make section headings for different quirk types consistent.


# 249726 21-Apr-2013 hselasky

Fix manual page.

PR: usb/177896
Submitted by: Leif Velcro <velcroleaf@rocketmail.com>


# 243435 23-Nov-2012 hselasky

Remove no longer needed quirk.

Submitted by: Mark Johnston


# 240615 17-Sep-2012 hselasky

Add UQ_UMS_IGNORE quirk.
Wrap two long lines.
Some minor spelling correction.

PR: usb/171721


# 231244 09-Feb-2012 gjb

Fix some Xr references:

- ada(4): ad(4) - removed, ada(4) would be a self-referencing entry
- cd(4): ad(4) -> ada(4)
- da(4): ad(4) -> ada(4)
- DEVICE_PROBE(9): ugen(5) -> ugen(4)
- ed(4): dhclinet(8) -> dhclient(8) (typo)
- lmc(4): Netgraph(4) -> netgraph(4)
- security(7): rc.conf(8) -> rc.conf(5)
- sfxge(4): cpuset(8) -> cpuset(1)
- sbp(4): sysctl(1) -> sysctl(8)
- portindex(5): build(1) -> build(7)
- u3g(4): usbconfig(5) -> usbconfig(8)
- usb_quirk(4): usbconfig(5) -> usbconfig(8)

Found with: textproc/igor
MFC after: 3 days


# 219086 27-Feb-2011 gjb

Fix typo in kernel configuration entry.

PR: 155074
Submitted by: Warren Block (wblock of wonkity com)
MFC after: 3 days


# 216074 30-Nov-2010 n_hibma

Fix two errors in the man page

Submitted by: ruslan
MFC after: 1 day


# 215104 10-Nov-2010 n_hibma

Add a man page for usb_quirk module, plus references in other man pages,
and updated comments in the usb_quirk.h header file.

The main purpose of this is to expose the quirks for ejecting 3G
modules. usb_modeswitch in Linux does a great job of collecting
information on these, and with the quirks module people can try out the
modeswitch config file entries on FreeBSD, hence the SCSI strings in the
man page.

MFC after: 2 weeks


# 211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


# 210181 17-Jul-2010 maxim

o Fix typo: "is is" -> "is".

PR: docs/148697
Submitted by: Warren Block
MFC after: 1 week


# 208291 19-May-2010 uqs

mdoc: consistently spell our email addresses <foo@FreeBSD.org>

Reviewed by: ru


# 201116 28-Dec-2009 trasz

Change u3g(4) and ucom(4) to not refer to pppd(8), which is gone.


# 195962 30-Jul-2009 alfred

USB serial:
- add new ID for Huawei
- P4 ID: 166150

PR: usb/136761

Submitted by: hps
Approved by: re


# 191743 02-May-2009 hrs

Fix typos:
s,Novatal,Novatel,
s,/sys/dev/u3g.c,/sys/dev/usb/serial/u3g.c,

MFC after: 3 days


# 191414 23-Apr-2009 brueffer

Correct the information about when the respective functionality first
appeared in FreeBSD.

PR: 133785
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
MFC after: 3 days


# 188599 13-Feb-2009 n_hibma

Elaborate some on the workings of the stub.
Collapse up the list of supported devices.


# 184444 29-Oct-2008 brueffer

Misc cleanup.


# 184441 29-Oct-2008 n_hibma

- Add documentation on how to temporarily display the umass devices that
are automatically hidden by the u3gstub device.
- Add a link to the u3g driver man page for u3gstub.


# 184061 19-Oct-2008 simon

Remove trailing comma in SEE ALSO section.


# 183926 15-Oct-2008 n_hibma

Comment on the umass CD ROM devices in the UMTS modems.


# 183885 14-Oct-2008 n_hibma

Correct the name of the device.


# 183844 13-Oct-2008 n_hibma

Update the man pages with the moved/added support for devices. The SD card slot
of the Huawei mobile card is supported by the (generic) umass driver.


# 183740 10-Oct-2008 n_hibma

Wrong FBSD version number in HISTORY section.

Submitted by: pluknet


# 183735 09-Oct-2008 n_hibma

Say hello to the u3g driver, implementing support for 3G modems.

This was located in the ubsa driver, but should be moved into a separate
driver:

- 3G modems provide multiple serial ports to allow AT commands while the PPP
connection is up.
- 3G modems do not provide baud rate or other serial port settings.
- Huawei cards need specific initialisation.
- ubsa is for Belkin adapters, an Linuxy choice for another device like 3G.

Speeds achieved here with a weak signal at best is ~40kb/s (UMTS). No spooky
STALLED messages as well.

Next: Move over all entries for Sierra and Novatel cards once I have found
testers, and implemented serial port enumeration for Sierra (or rather have
Andrea Guzzo do it). They list all endpoints in 1 iface instead of 4 ifaces.

Submitted by: aguzzo@anywi.com
MFC after: 3 weeks