svn commit: r274684 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

Kevin Lo kevlo at FreeBSD.org
Wed Nov 19 05:38:46 UTC 2014


Author: kevlo
Date: Wed Nov 19 05:38:45 2014
New Revision: 274684
URL: https://svnweb.freebsd.org/changeset/base/274684

Log:
  Add Trendnet TEW-646UBH.
  
  Submitted by:	bolshakov_1 at yahoo dot com

Modified:
  head/share/man/man4/rsu.4
  head/sys/dev/usb/usbdevs
  head/sys/dev/usb/wlan/if_rsu.c

Modified: head/share/man/man4/rsu.4
==============================================================================
--- head/share/man/man4/rsu.4	Wed Nov 19 01:07:58 2014	(r274683)
+++ head/share/man/man4/rsu.4	Wed Nov 19 05:38:45 2014	(r274684)
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd May 3, 2014
+.Dd November 19, 2014
 .Dt RSU 4
 .Os
 .Sh NAME
@@ -119,6 +119,7 @@ wireless network adapters, including:
 .It Sitecom WL-349 v1
 .It Sitecom WL-353
 .It Sweex LW154
+.It TRENDnet TEW-646UBH
 .It TRENDnet TEW-648UB
 .It TRENDnet TEW-649UB
 .El

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Wed Nov 19 01:07:58 2014	(r274683)
+++ head/sys/dev/usb/usbdevs	Wed Nov 19 05:38:45 2014	(r274684)
@@ -4370,6 +4370,7 @@ product TREK THUMBDRIVE_8MB	0x9988	Thumb
 
 /* TRENDnet products */
 product TRENDNET RTL8192CU	0x624d	RTL8192CU
+product TRENDNET TEW646UBH	0x646b	TEW-646UBH
 product TRENDNET RTL8188CU	0x648b	RTL8188CU
 
 /* Tripp-Lite products */

Modified: head/sys/dev/usb/wlan/if_rsu.c
==============================================================================
--- head/sys/dev/usb/wlan/if_rsu.c	Wed Nov 19 01:07:58 2014	(r274683)
+++ head/sys/dev/usb/wlan/if_rsu.c	Wed Nov 19 05:38:45 2014	(r274684)
@@ -121,6 +121,7 @@ static const STRUCT_USB_HOST_ID rsu_devs
 	RSU_DEV_HT(SITECOMEU,		WL349V1),
 	RSU_DEV_HT(SITECOMEU,		WL353),
 	RSU_DEV_HT(SWEEX2,		LW154),
+	RSU_DEV_HT(TRENDNET,		TEW646UBH),
 #undef RSU_DEV_HT
 #undef RSU_DEV
 };


More information about the svn-src-head mailing list