History log of /freebsd/sys/dev/usb/usbdevs (Results 1 – 25 of 1526)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7dfaf238 09-Nov-2024 Augustin Cavalier <waddlesplash@gmail.com>

rtwn: Add device ID for TPLink RTL8192CU


# 7098b901 18-Nov-2024 Adrian Chadd <adrian@FreeBSD.org>

usb: fix the ID for the dual-band Wistron AR5523 USB NIC

Use the correct ID, as I have one of these NICs.
Add the previous one back in case it's out there in the wild.

@emaste did a bit of a dig in

usb: fix the ID for the dual-band Wistron AR5523 USB NIC

Use the correct ID, as I have one of these NICs.
Add the previous one back in case it's out there in the wild.

@emaste did a bit of a dig into the product numbers.
@sam did change the ID from 0x0828 -> 082a in a commit
a long while back. It's worth reading the code review for
further details.

However, I do have one of these NICs and I verified that
it indeed has the given ID, and with some follow-up work
to fix some race conditions, it works fine in 2GHz 11bg
and 5GHz 11a operation.

Differential Revision: https://reviews.freebsd.org/D47654

Obtained from: Linux, drivers/net/wireless/ath/ar5523/ar5523.c

show more ...


# 8eaeaf5c 11-Nov-2024 Hajimu UMEMOTO <ume@FreeBSD.org>

usb: Add support for Brainboxes USB-to-Serial adapters

PR: 277482
Reported by: Cameron Williams


# 541e7a98 01-Nov-2024 Frank Hilgendorf <frank.hilgendorf@posteo.de>

ukbd: Enable ukbd_apple_swap for all Apple ISO keyboards

Key code swapping between [<>] and [^°] key is enabled for all Apple ISO
type keyboards. Before, swapping was enabled when the Eject key was

ukbd: Enable ukbd_apple_swap for all Apple ISO keyboards

Key code swapping between [<>] and [^°] key is enabled for all Apple ISO
type keyboards. Before, swapping was enabled when the Eject key was
detected in HID usage. This did not correlate well with the swapped
keys presence.

usbdevs file is extended by several Apple keyboard models to support ISO
model identification.

Reviewed by: markj
MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/1506

show more ...


Revision tags: release/13.4.0
# 1693e3be 07-Sep-2024 Franco Fichtner <franco@opnsense.org>

u3g: reorder Quectel devices by product ID

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1410


# a1bb5bdb 19-Sep-2024 Alexander Motin <mav@FreeBSD.org>

ure(4): Add ID for LAN port in Thinkpad OneLink+ dock

That's a pretty old dock for Thinkpad X1 Carbon Gen4 and few others.

MFC after: 1 week


# 4b6e76ef 23-Aug-2024 Franco Fichtner <franco@opnsense.org>

u3g: add SIERRA AC340U

Pull request: https://github.com/freebsd/freebsd-src/pull/1397
MFC after: 3 days


# 9c0cce32 31-Jul-2024 Bjoern A. Zeeb <bz@FreeBSD.org>

usb: correct the rtw8821cu quirk and add another wireless rtw88 device

The RTW8821CU_CD entry in quirks has an invalid lo_rev/hi_rev match
entry. Use the different USB_QUIRK macro to match on all o

usb: correct the rtw8821cu quirk and add another wireless rtw88 device

The RTW8821CU_CD entry in quirks has an invalid lo_rev/hi_rev match
entry. Use the different USB_QUIRK macro to match on all of these;
the value we currently see is 0x0200 on two different wifi sticks. [1]

Also add an entry for the DLINK DWA-181 rev A1, rtw88 USB.

Submitted by: phk
Tested by: phk
Fixes: b3b6a959c85af3aabbde3ef2b80dbd4bf5b6f5a7 [1]
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D46189

show more ...


# b5b90ff9 06-Jun-2024 Maxime Thiebaut <maxime+freebsd@thiebaut.dev>

u3g: Add support for SIM7600G

Signed-off-by: Maxime Thiebaut <maxime+freebsd@thiebaut.dev>
Reviewed by: kp


# 345fd21a 31-May-2024 Kevin Lo <kevlo@FreeBSD.org>

Add a new USB ID for Xiaomi mini USB WiFi


Revision tags: release/14.1.0
# 64e05e90 20-Apr-2024 Ahmad Khalifa <ahmadkhalifa570@gmail.com>

usb: Fix quirks list

In some cases, the USB_QUIRK_VP macro was being misused. Instead of
setting quirks to the intended value, the first two supplied quirks
would go into lo_rev and hi_rev. Replace

usb: Fix quirks list

In some cases, the USB_QUIRK_VP macro was being misused. Instead of
setting quirks to the intended value, the first two supplied quirks
would go into lo_rev and hi_rev. Replace it with USB_QUIRK_VO which only
takes the needed args. This also makes the Dummy products, which where
being used to correctly set vendor only quirks, not necessary.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1153

show more ...


Revision tags: release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0
# 5b54b6ac 10-Jul-2022 Andriy Gapon <avg@FreeBSD.org>

usbdevs: add Ralink RT7601 aka MT7601

This is a popular USB WiFi chip.
Unfortunately, it's not supported by FreeBSD yet.


# 970d7385 03-Dec-2023 Eugene Grosbein <eugen@FreeBSD.org>

usbdevs: add quirk for WD MyPassport Ultra External HDD

WD MyPassport Ultra External HDD needs quirk
UQ_MSC_NO_TEST_UNIT_READY to attach.

MFC after: 3 days


# 94efe9f9 11-Oct-2023 Mazin Fadl <mazen@illumed.net>

usb: add quirks for the Genesys GL3220 card reader

Without these, card hotplugging does not work on the GL3220.

PR: 263868
Fixes: 520b88860d7a79 ("usb(4): Automagically apply all quirks [...]")


# b332adfa 11-Oct-2023 Mazin Fadl <mazen@illumed.net>

usb: add necessary quirks for the NOREL Systems NS1081 SD reader

Without these, the Norelsys NS1081 is completely defunct.

PR: 263868
Fixes: 520b88860d7a79 ("usb(4): Automagically apply all quirks

usb: add necessary quirks for the NOREL Systems NS1081 SD reader

Without these, the Norelsys NS1081 is completely defunct.

PR: 263868
Fixes: 520b88860d7a79 ("usb(4): Automagically apply all quirks [...]")

show more ...


# 78d14616 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line bare tag

Remove /^\s*\$FreeBSD\$$\n/


# 53a03e31 04-Jul-2023 Joerg Pulz <Joerg.Pulz@frm2.tum.de>

ure(4): add support for Thinkpad Hybrid USB-C with USB-A dock

Add support for LAN port found on Thinkpad Hybrid USB-C with USB-A dock.
While here fix a small typo
- s/UBS/USB/

Sponsored by: Techn

ure(4): add support for Thinkpad Hybrid USB-C with USB-A dock

Add support for LAN port found on Thinkpad Hybrid USB-C with USB-A dock.
While here fix a small typo
- s/UBS/USB/

Sponsored by: Technical University of Munich
Reviewed by: markj
MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/791

show more ...


# 9b3bce20 28-Jun-2023 Jessica Clarke <jrtc27@FreeBSD.org>

usb: Fixed botched spacing

Fixes: d3a83456e1e3 ("Add vendor id for Quectel USB modem and align with quectel marketing names.")


# d3a83456 28-Jun-2023 Gabriele Laganà <gabriele.lagana@live.it>

Add vendor id for Quectel USB modem and align with quectel marketing names.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/750


# ef8397c2 25-Apr-2023 Val Packett <val@packett.cool>

bcm5974(4): add Magic Trackpad 2 (USB only) support

The MT2 uses a compact report format, but otherwise is similar in many
ways to the internal trackpads, it even uses the same mode switching
comman

bcm5974(4): add Magic Trackpad 2 (USB only) support

The MT2 uses a compact report format, but otherwise is similar in many
ways to the internal trackpads, it even uses the same mode switching
commands.

Reviewed by: wulf
MFC after: 1 month
Differential revision: https://reviews.freebsd.org/D34437

show more ...


# 71af885a 01-Mar-2023 Allan Jude <allanjude@FreeBSD.org>

u3g(4): Add device ID for the Quectel EM160R

Also add the EM160R to the man page, noting the work-around
required to make it function properly in PPP mode.

MFC-After: 1 week
Sponsored by: Metify In

u3g(4): Add device ID for the Quectel EM160R

Also add the EM160R to the man page, noting the work-around
required to make it function properly in PPP mode.

MFC-After: 1 week
Sponsored by: Metify Inc.
Sponsored by: Klara Inc.

show more ...


# 6f295aab 21-Feb-2023 Cy Schubert <cy@FreeBSD.org>

usbdevs: Add APC Smart-UPS1000

MFC after: 1 week


# b1723f48 21-Feb-2023 Cy Schubert <cy@FreeBSD.org>

usbdevs: Remove duplicate APC entries

MFC after: 1 week


# 0cec5b99 05-Feb-2023 ev <evfbsd@yandex.ru>

usb/u3g: Add support for QUECTEL EP06-E 4G modem

Add QUECTEL EP06-E modem support via USB for FreeBSD.
Tested and works like a ppp on FreeBSD-13.

Reviewed by: imp
PR: 269326


# 848ac845 16-Dec-2022 Michael Paepcke <fbsd@paepcke.de>

usb: Remove obsolete Huawei 3G from usbdevs

- remove Huawei 3G E3131 (E3131_INIT):
- frees up 0x1505/0x14fe shared IDs => product is EOL (since...)
- 3G networks are shutdown/scheduled
- E3131 de

usb: Remove obsolete Huawei 3G from usbdevs

- remove Huawei 3G E3131 (E3131_INIT):
- frees up 0x1505/0x14fe shared IDs => product is EOL (since...)
- 3G networks are shutdown/scheduled
- E3131 devices will still work the same via scsi_huawei_eject2
- new 4G devices will switch & report correctly now

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/633

show more ...


12345678910>>...62