#
1395712c |
| 25-Jun-2025 |
Kevin Lo <kevlo@FreeBSD.org> |
uchcom: add support for CH9102 and CH343 uarts
The CH343 devices support any baud rate up to 6 Mbps. PR: 272803 Reviewed by: imp Tested by: joerg, Tomasz "CeDeROM" CEDRO <tomek_AT_cedro_DOT_info> Di
uchcom: add support for CH9102 and CH343 uarts
The CH343 devices support any baud rate up to 6 Mbps. PR: 272803 Reviewed by: imp Tested by: joerg, Tomasz "CeDeROM" CEDRO <tomek_AT_cedro_DOT_info> Differential Revision: https://reviews.freebsd.org/D46290
show more ...
|
Revision tags: release/14.3.0 |
|
#
50461a68 |
| 06-Jun-2025 |
Jan Biedermann <jan@isomorfeus.com> |
Add USB quirk for Creative Stage SE mini
Note: The commit in main was modified for the new macros in main. stable merge will need to use the version originally in #1715
MFC After: 2 weeks Pull Requ
Add USB quirk for Creative Stage SE mini
Note: The commit in main was modified for the new macros in main. stable merge will need to use the version originally in #1715
MFC After: 2 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/1715 Closes: https://github.com/freebsd/freebsd-src/pull/1715
show more ...
|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3 |
|
#
426f4e5e |
| 01-Apr-2025 |
Nia Alarie <nia@NetBSD.org> |
if_run: Add sitecom device id
Reviewed by: thj, adrian Obtained from: NetBSD Differential Revision: https://reviews.freebsd.org/D49588
|
#
9f3e7b75 |
| 01-Apr-2025 |
Nia Alarie <nia@NetBSD.org> |
if_rsu: Add sitecom device id
Approved by: thj, adrian Obtained from: NetBSD Differential Revision: https://reviews.freebsd.org/D49588
|
Revision tags: release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4 |
|
#
c14b0162 |
| 03-Feb-2025 |
Jesper Schmitz Mouridsen <jsm@FreeBSD.org> |
mt7601U: Importing if_mtw from OpenBSD
Added ht20 mode, based on if_run from FreeBSD, and if_mtw.c from OpenBSD.
PR: 247545 Approved by: adrian, wireless Differential Revision: https://reviews.free
mt7601U: Importing if_mtw from OpenBSD
Added ht20 mode, based on if_run from FreeBSD, and if_mtw.c from OpenBSD.
PR: 247545 Approved by: adrian, wireless Differential Revision: https://reviews.freebsd.org/D45179
show more ...
|
Revision tags: release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3 |
|
#
dc273058 |
| 23-Jan-2025 |
FUKAUMI Naoki <naoki@radxa.com> |
ure(4): Add support for ELECOM EDC-QUA3C
ELECOM EDC-QUA3C is a USB3.1 Gen1 Type-A/C 2.5GBASE-T network adapter. This also works as a cdce(4) device by:
usbconfig -d X.Y set_config 1 or usbconfig
ure(4): Add support for ELECOM EDC-QUA3C
ELECOM EDC-QUA3C is a USB3.1 Gen1 Type-A/C 2.5GBASE-T network adapter. This also works as a cdce(4) device by:
usbconfig -d X.Y set_config 1 or usbconfig -d X.Y set_config 2
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
MFC after: 2 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/1578
show more ...
|
Revision tags: release/14.2.0 |
|
#
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
|