History log of /freebsd/sys/dev/usb/usbdevs (Results 101 – 125 of 1532)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6bda1ad8 28-Jan-2019 Andriy Voskoboinyk <avos@FreeBSD.org>

rtwn_usb(4): add new USB id.

Submitted by: <yklaxds@gmail.com>
Github issue: https://github.com/s3erios/rtwn/issues/4
MFC after: 5 days


# ee3da13f 25-Jan-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Add new USB quirk.

PR: 235202
Differential Revision: https://reviews.freebsd.org/D18917
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 05d3471d 23-Jan-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Add USB quirk.

Submitted by: Gary Jennejohn <gljennjohn@gmail.com>
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 88148a07 22-Jan-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r343202 through r343319.


# 30cef2b7 20-Jan-2019 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Add KBD_BOOTPROTO quirk for Logitech G510s USB keyboard

PR: 232136
Submitted by: dgilbert@eicat.ca
MFC after: 1 week


# 03d9c6aa 18-Jan-2019 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

[usb] Add HID_IGNORE quirks for multiple UPS devices

Without HID_IGNORE quirk enabled these models appear in the system as a uhid
devices while NUT (Network UPS Tool) expects them to be ugen.

PR:

[usb] Add HID_IGNORE quirks for multiple UPS devices

Without HID_IGNORE quirk enabled these models appear in the system as a uhid
devices while NUT (Network UPS Tool) expects them to be ugen.

PR: 131521
Submitted by: Naoyuki Tai <ntai@smartfruit.com>, John Bayly <john.bayly@tipstrade.net>
MFC after: 1 week

show more ...


# 284a8f6f 16-Jan-2019 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

[usb] Add quirk for SmartG2 USB memory key

PR: 167001
Submitted by: Daan Vreeken [PA4DAN] <Daan@vitsch.nl>
MFC after: 1 week


# a461b7e5 16-Jan-2019 Andriy Voskoboinyk <avos@FreeBSD.org>

rtwn_usb(4): add new USB id for RTL8821AU

Reported by: Mike Tancsa <mike@sentex.net>
Tested by: Mike Tancsa <mike@sentex.net>
MFC after: 3 days


# f4dbf0d8 12-Jan-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode.

Extend the vendor class USB audio quirk to cover devices without
the USB audio control descriptor.

PR: 234794
MFC after: 1 week

snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode.

Extend the vendor class USB audio quirk to cover devices without
the USB audio control descriptor.

PR: 234794
MFC after: 1 week
Sponsored by: Mellanox Technologies

show more ...


# 920dfe02 02-Jan-2019 Andriy Voskoboinyk <avos@FreeBSD.org>

rtwn_usb(4): add USB id for TP-LINK TL-WN821N v5.

It is already mentioned in manpage, but was missing from the driver.

MFC after: 4 days


# 218ae8fd 27-Dec-2018 Hans Petter Selasky <hselasky@FreeBSD.org>

Add USB quirk for SPL Crimson Rev 1.

PR: 234380
MFC after: 1 week
Sponsored by: Mellanox Technologies


# b5a2424b 17-Dec-2018 Andriy Voskoboinyk <avos@FreeBSD.org>

Add revision number for TP-Link TL-WN722N to prevent ambiguity between
different chipsets.

MFC after: 3 days
X-MFC with: 341786


# 3c3e1b0a 15-Dec-2018 Andriy Voskoboinyk <avos@FreeBSD.org>

Add new USB id in rtwn_usb(4) (RTL8812AU)

PR: 234029
Submitted by: <hakotani000@gmail.com>
MFC after: 4 days


# 893405b4 11-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r341764 through r341812.


# 98d2a76e 10-Dec-2018 Andriy Voskoboinyk <avos@FreeBSD.org>

rtwn, rsu: add more USB ids.

PR: 233638
Submitted by: cezary.sliwa@gmail.com
MFC after: 3 days


Revision tags: release/12.0.0
# c6879c6c 23-Oct-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r339015 through r339669.


# 7595f142 21-Oct-2018 Poul-Henning Kamp <phk@FreeBSD.org>

Add Lenovo USB-C and TB3 docks


# 3611ec60 18-Aug-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r337646 through r338014.


# 23242e7a 13-Aug-2018 Michal Meloun <mmel@FreeBSD.org>

Add USB ID for rebranded RTL8153 found on NVIDIA Jetson TX1 board.

MFC after: 3 days


# 76cffa7a 21-Jul-2018 Gavin Atkinson <gavin@FreeBSD.org>

run(4): Support the D-Link DWA-125 rev A3

Submitted by: Ali Mashtizadeh
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D16029


# 2c6d9edb 11-Jul-2018 Ben Widawsky <bwidawsk@FreeBSD.org>

run(4): Add a new USB device ID.

Summary:
Add the device id of the Panda Wireless PAU06 which seems to be
the already-supported combination of RT5392 MAC and RF RT5372
radio.

Reviewed By: allanjude

run(4): Add a new USB device ID.

Summary:
Add the device id of the Panda Wireless PAU06 which seems to be
the already-supported combination of RT5392 MAC and RF RT5372
radio.

Reviewed By: allanjude, eadler, jhb
Approved By: jhb
Differential Revision: https://reviews.freebsd.org/D16211

show more ...


Revision tags: release/11.2.0
# 0642b65f 11-Jun-2018 Eitan Adler <eadler@FreeBSD.org>

usbdevs: sort my prior commit


# 876713d5 11-Jun-2018 Eitan Adler <eadler@FreeBSD.org>

usbdevs: adding vendor

PR: 228856
Reported by: hrs, ys-h@imail.earth


# 10c66ed3 05-Jun-2018 Eitan Adler <eadler@FreeBSD.org>

usbdevs: sync from NetBSD

This adds several vendors from NetBSD's copy of the same file (r1.749).
Prefer longer more "canonical" names where the names differed.

Sort while here.


# ce24b3e7 05-Jun-2018 Kevin Lo <kevlo@FreeBSD.org>

Add support for SIMCom SIM7600E.

Sponsored by: MSI/FUNTORO


12345678910>>...62