<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/dev/usb/quirk, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-12-18T23:31:36Z</updated>
<entry>
<title>usb: Replace ITUNERNET vendor with MICROCHIP and improve product names</title>
<updated>2020-12-18T23:31:36Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2020-12-18T23:31:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ddf42202c93a7aa610859a0bc1502697a4d4c408'/>
<id>urn:sha1:ddf42202c93a7aa610859a0bc1502697a4d4c408</id>
<content type='text'>
These Mini-Box LCDs are using Microchip components and sub-licensed product
IDs. Whilst here, update the constant names and descriptions for the products
to use the names listed on the manufacturer's website rather than vague ones.
The picoLCD 4x20 is named that on the manufacturer's website so prefer that
name, even though linux-usb.org lists it with the numbers reversed as one might
expect.

Reviewed by:	hselasky
Differential Revision:	https://reviews.freebsd.org/D27670
</content>
</entry>
<entry>
<title>USB umass: add quirk to not probe</title>
<updated>2020-12-01T18:24:06Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2020-12-01T18:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9d2d04462d1080f4a4b84f674de90a895ce1bcc1'/>
<id>urn:sha1:9d2d04462d1080f4a4b84f674de90a895ce1bcc1</id>
<content type='text'>
Some USB WLAN devices have "on-board" storage showing up as umass
and making the root mount wait for a very long time.
The WLAN drivers know how to deal with that an issue an eject
command later when attaching themselves.
Introduce a quirk to not probe these devices as umass and avoid
hangs and confusion altogether.

Reviewed by:	hselasky, imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D27434
</content>
</entry>
<entry>
<title>Add more USB quirks.</title>
<updated>2020-11-12T18:24:37Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-11-12T18:24:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6abe97c0140d54d3520c30517b2bdebc3de92a62'/>
<id>urn:sha1:6abe97c0140d54d3520c30517b2bdebc3de92a62</id>
<content type='text'>
PR:		230038
MFC after:	1 week
Sponsored by:	Mellanox Technologies // NVIDIA Networking
</content>
</entry>
<entry>
<title>Add new USB quirk.</title>
<updated>2020-10-18T08:58:14Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-10-18T08:58:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=22ab212ff8e9c0cd6044cf61b02ea78aa0f52aa7'/>
<id>urn:sha1:22ab212ff8e9c0cd6044cf61b02ea78aa0f52aa7</id>
<content type='text'>
PR:			250422
Submitted by:		vidwer+fbsdbugs@gmail.com
MFC after:		1 week
Sponsored by:		Mellanox Technologies // NVIDIA Networking
</content>
</entry>
<entry>
<title>usb: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:26:44Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:26:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9dd3156e546b29b1e6c3047578e91b1d098af171'/>
<id>urn:sha1:9dd3156e546b29b1e6c3047578e91b1d098af171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4).</title>
<updated>2019-07-10T05:45:50Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2019-07-10T05:45:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2625e51956881fed072864ab37c3b1d0f784e73a'/>
<id>urn:sha1:2625e51956881fed072864ab37c3b1d0f784e73a</id>
<content type='text'>
This chip can be found in Planex USB-LAN2500R.
</content>
</entry>
<entry>
<title>Add new USB quirk.</title>
<updated>2019-02-22T21:57:27Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2019-02-22T21:57:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d97d43310c5ed5f99a2d79ffd17517eef286342d'/>
<id>urn:sha1:d97d43310c5ed5f99a2d79ffd17517eef286342d</id>
<content type='text'>
PR:			235897
MFC after:		1 week
Sponsored by:		Mellanox Technologies
</content>
</entry>
<entry>
<title>Remove duplicate vendor id in r334650.  Intenso doesn't have a USB VID.</title>
<updated>2019-02-12T02:48:16Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2019-02-12T02:48:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=65564a5e7696ff46653edca78cff4eb07b229c3d'/>
<id>urn:sha1:65564a5e7696ff46653edca78cff4eb07b229c3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[usb] Add UQ_KBD_BOOTPROTO quirk for Corsair K68 keyboard</title>
<updated>2019-01-28T20:22:17Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2019-01-28T20:22:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8824a2ed0df5dd449fa5929e2de3a02311a1ff58'/>
<id>urn:sha1:8824a2ed0df5dd449fa5929e2de3a02311a1ff58</id>
<content type='text'>
PR:		222114
Submitted by:	Zane C. Bowers-Hadley &lt;vvelox@vvelox.net&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add new USB quirk.</title>
<updated>2019-01-25T20:20:27Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2019-01-25T20:20:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ee3da13fc66c9e4298316fb9057db0e12a0ec8f9'/>
<id>urn:sha1:ee3da13fc66c9e4298316fb9057db0e12a0ec8f9</id>
<content type='text'>
PR:			235202
Differential Revision:	https://reviews.freebsd.org/D18917
MFC after:		1 week
Sponsored by:		Mellanox Technologies
</content>
</entry>
</feed>
