svn commit: r343677 - in stable/12: share/man/man4 sys/dev/rtwn/usb sys/dev/usb
Andriy Voskoboinyk
avos at FreeBSD.org
Sat Feb 2 04:27:49 UTC 2019
Author: avos
Date: Sat Feb 2 04:27:47 2019
New Revision: 343677
URL: https://svnweb.freebsd.org/changeset/base/343677
Log:
MFC r343518:
rtwn_usb(4): add new USB id.
Submitted and tested by: <yklaxds at gmail.com>
Github issue: https://github.com/s3erios/rtwn/issues/4
Modified:
stable/12/share/man/man4/rtwn_usb.4
stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h
stable/12/sys/dev/usb/usbdevs
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/man/man4/rtwn_usb.4
==============================================================================
--- stable/12/share/man/man4/rtwn_usb.4 Sat Feb 2 04:21:00 2019 (r343676)
+++ stable/12/share/man/man4/rtwn_usb.4 Sat Feb 2 04:27:47 2019 (r343677)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"/
-.Dd January 7, 2019
+.Dd February 2, 2019
.Dt RTWN_USB 4
.Os
.Sh NAME
@@ -80,6 +80,7 @@ based USB wireless network adapters, including:
.It "Edimax EW-7811Un" Ta RTL8188CUS Ta USB 2.0
.It "Edimax EW-7811UTC" Ta RTL8821AU Ta USB 2.0
.It "Edimax EW-7822UAC" Ta RTL8812AU Ta USB 3.0
+.It "EDUP EP-AC1620" Ta RTL8821AU Ta USB 2.0
.It "Elecom WDC-150SU2M" Ta RTL8188EU Ta USB 2.0
.It "EnGenius EUB1200AC" Ta RTL8812AU Ta USB 3.0
.It "Hawking HD65U" Ta RTL8821AU Ta USB 2.0
Modified: stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h
==============================================================================
--- stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h Sat Feb 2 04:21:00 2019 (r343676)
+++ stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h Sat Feb 2 04:27:47 2019 (r343677)
@@ -157,7 +157,8 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
RTWN_RTL8821AU_DEV(HAWKING, HD65U),
RTWN_RTL8821AU_DEV(MELCO, WIU2433DM),
RTWN_RTL8821AU_DEV(NETGEAR, A6100),
- RTWN_RTL8821AU_DEV(REALTEK, RTL8821AU)
+ RTWN_RTL8821AU_DEV(REALTEK, RTL8821AU_1),
+ RTWN_RTL8821AU_DEV(REALTEK, RTL8821AU_2)
#undef RTWN_RTL8821AU_DEV
};
Modified: stable/12/sys/dev/usb/usbdevs
==============================================================================
--- stable/12/sys/dev/usb/usbdevs Sat Feb 2 04:21:00 2019 (r343676)
+++ stable/12/sys/dev/usb/usbdevs Sat Feb 2 04:27:47 2019 (r343677)
@@ -3926,6 +3926,7 @@ product REALTEK DUMMY 0x0000 Dummy product
product REALTEK USB20CRW 0x0158 USB20CRW Card Reader
product REALTEK RTL8188ETV 0x0179 RTL8188ETV
product REALTEK RTL8188CTV 0x018a RTL8188CTV
+product REALTEK RTL8821AU_2 0x0811 RTL8821AU
product REALTEK RTL8188RU_2 0x317f RTL8188RU
product REALTEK USBKR100 0x8150 USBKR100 USB Ethernet
product REALTEK RTL8152 0x8152 RTL8152 USB Ethernet
@@ -3956,7 +3957,7 @@ product REALTEK RTL8187B_2 0x8198 RTL8187B Wireless Ad
product REALTEK RTL8712 0x8712 RTL8712
product REALTEK RTL8713 0x8713 RTL8713
product REALTEK RTL8188CU_COMBO 0x8754 RTL8188CU
-product REALTEK RTL8821AU 0xa811 RTL8821AU
+product REALTEK RTL8821AU_1 0xa811 RTL8821AU
product REALTEK RTL8723BU 0xb720 RTL8723BU
product REALTEK RTL8192SU 0xc512 RTL8192SU
product REALTEK RTL8812AU 0x8812 RTL8812AU Wireless Adapter
More information about the svn-src-all
mailing list