svn commit: r272410 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Oct 2 12:27:43 UTC 2014
Author: hselasky
Date: Thu Oct 2 12:27:41 2014
New Revision: 272410
URL: https://svnweb.freebsd.org/changeset/base/272410
Log:
Add new USB ID.
PR: 194091
MFC after: 3 days
Modified:
head/share/man/man4/urtwn.4
head/sys/dev/usb/usbdevs
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/share/man/man4/urtwn.4
==============================================================================
--- head/share/man/man4/urtwn.4 Thu Oct 2 10:58:52 2014 (r272409)
+++ head/share/man/man4/urtwn.4 Thu Oct 2 12:27:41 2014 (r272410)
@@ -19,7 +19,7 @@
.Os
.Sh NAME
.Nm urtwn
-.Nd Realtek RTL8188CU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network device
+.Nd Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network device
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following lines in your
@@ -82,10 +82,11 @@ firmware license
.Sh HARDWARE
The
.Nm
-driver supports Realtek RTL8188CU/RTL8188EU/RTL8192CU based USB
+driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB
IEEE 802.11b/g/n wireless network adapters, including:
.Pp
.Bl -tag -width Ds -offset indent -compact
+.It Alfa AWUS036NHR v2
.It ASUS USB-N10 NANO
.It Belkin F7D1102 Surf Wireless Micro
.It D-Link DWA-125 rev D1
Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs Thu Oct 2 10:58:52 2014 (r272409)
+++ head/sys/dev/usb/usbdevs Thu Oct 2 12:27:41 2014 (r272410)
@@ -3717,6 +3717,7 @@ product REALTEK RTL8191CU 0x8177 RTL8191
product REALTEK RTL8192CU 0x8178 RTL8192CU
product REALTEK RTL8192CE 0x817c RTL8192CE
product REALTEK RTL8188RU_1 0x817d RTL8188RU
+product REALTEK RTL8188RU_3 0x817f RTL8188RU
product REALTEK RTL8712 0x8712 RTL8712
product REALTEK RTL8713 0x8712 RTL8713
product REALTEK RTL8188RU_2 0x317f RTL8188RU
Modified: head/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c Thu Oct 2 10:58:52 2014 (r272409)
+++ head/sys/dev/usb/wlan/if_urtwn.c Thu Oct 2 12:27:41 2014 (r272410)
@@ -141,6 +141,7 @@ static const STRUCT_USB_HOST_ID urtwn_de
URTWN_DEV(REALTEK, RTL8188CUS),
URTWN_DEV(REALTEK, RTL8188RU_1),
URTWN_DEV(REALTEK, RTL8188RU_2),
+ URTWN_DEV(REALTEK, RTL8188RU_3),
URTWN_DEV(REALTEK, RTL8191CU),
URTWN_DEV(REALTEK, RTL8192CE),
URTWN_DEV(REALTEK, RTL8192CU),
More information about the svn-src-all
mailing list