View | Details | Raw Unified | Return to bug 194091
Collapse All | Expand All

(-)share/man/man4/urtwn.4 (-2 / +3 lines)
Lines 19-25 Link Here
19
.Os
19
.Os
20
.Sh NAME
20
.Sh NAME
21
.Nm urtwn
21
.Nm urtwn
22
.Nd Realtek RTL8188CU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network device
22
.Nd Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network device
23
.Sh SYNOPSIS
23
.Sh SYNOPSIS
24
To compile this driver into the kernel,
24
To compile this driver into the kernel,
25
place the following lines in your
25
place the following lines in your
Lines 82-91 Link Here
82
.Sh HARDWARE
82
.Sh HARDWARE
83
The
83
The
84
.Nm
84
.Nm
85
driver supports Realtek RTL8188CU/RTL8188EU/RTL8192CU based USB
85
driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB
86
IEEE 802.11b/g/n wireless network adapters, including:
86
IEEE 802.11b/g/n wireless network adapters, including:
87
.Pp
87
.Pp
88
.Bl -tag -width Ds -offset indent -compact
88
.Bl -tag -width Ds -offset indent -compact
89
.It Alfa AWUS036NHR v2
89
.It ASUS USB-N10 NANO
90
.It ASUS USB-N10 NANO
90
.It Belkin F7D1102 Surf Wireless Micro
91
.It Belkin F7D1102 Surf Wireless Micro
91
.It D-Link DWA-125 rev D1
92
.It D-Link DWA-125 rev D1
(-)sys/dev/usb/usbdevs (+1 lines)
Lines 3717-3722 Link Here
3717
product REALTEK RTL8192CU	0x8178	RTL8192CU
3717
product REALTEK RTL8192CU	0x8178	RTL8192CU
3718
product REALTEK RTL8192CE	0x817c	RTL8192CE
3718
product REALTEK RTL8192CE	0x817c	RTL8192CE
3719
product REALTEK RTL8188RU_1	0x817d	RTL8188RU
3719
product REALTEK RTL8188RU_1	0x817d	RTL8188RU
3720
product REALTEK RTL8188RU_3	0x817f	RTL8188RU
3720
product REALTEK RTL8712		0x8712	RTL8712
3721
product REALTEK RTL8712		0x8712	RTL8712
3721
product REALTEK RTL8713		0x8712	RTL8713
3722
product REALTEK RTL8713		0x8712	RTL8713
3722
product REALTEK RTL8188RU_2	0x317f	RTL8188RU
3723
product REALTEK RTL8188RU_2	0x317f	RTL8188RU
(-)sys/dev/usb/wlan/if_urtwn.c (+1 lines)
Lines 141-146 Link Here
141
	URTWN_DEV(REALTEK,	RTL8188CUS),
141
	URTWN_DEV(REALTEK,	RTL8188CUS),
142
	URTWN_DEV(REALTEK,	RTL8188RU_1),
142
	URTWN_DEV(REALTEK,	RTL8188RU_1),
143
	URTWN_DEV(REALTEK,	RTL8188RU_2),
143
	URTWN_DEV(REALTEK,	RTL8188RU_2),
144
	URTWN_DEV(REALTEK,	RTL8188RU_3),
144
	URTWN_DEV(REALTEK,	RTL8191CU),
145
	URTWN_DEV(REALTEK,	RTL8191CU),
145
	URTWN_DEV(REALTEK,	RTL8192CE),
146
	URTWN_DEV(REALTEK,	RTL8192CE),
146
	URTWN_DEV(REALTEK,	RTL8192CU),
147
	URTWN_DEV(REALTEK,	RTL8192CU),

Return to bug 194091