Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2020 13:25:04 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363950 - in head/sys/dev: rtwn/usb usb
Message-ID:  <202008061325.076DP4Ql042611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Aug  6 13:25:04 2020
New Revision: 363950
URL: https://svnweb.freebsd.org/changeset/base/363950

Log:
  Add new USB ID.
  
  Submitted by:		Dmitry Luhtionov <dmitryluhtionov@gmail.com>
  MFC after:		1 week
  Sponsored by:		Mellanox Technologies

Modified:
  head/sys/dev/rtwn/usb/rtwn_usb_attach.h
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/rtwn/usb/rtwn_usb_attach.h
==============================================================================
--- head/sys/dev/rtwn/usb/rtwn_usb_attach.h	Thu Aug  6 12:49:25 2020	(r363949)
+++ head/sys/dev/rtwn/usb/rtwn_usb_attach.h	Thu Aug  6 13:25:04 2020	(r363950)
@@ -123,6 +123,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
 	RTWN_RTL8188EU_DEV(TPLINK,		WN727NV5),
 	RTWN_RTL8188EU_DEV(REALTEK,		RTL8188ETV),
 	RTWN_RTL8188EU_DEV(REALTEK,		RTL8188EU),
+	RTWN_RTL8188EU_DEV(MERCUSYS,		MW150US),
 #undef RTWN_RTL8188EU_DEV
 
 	/* RTL8812AU */

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Thu Aug  6 12:49:25 2020	(r363949)
+++ head/sys/dev/usb/usbdevs	Thu Aug  6 13:25:04 2020	(r363950)
@@ -782,6 +782,7 @@ vendor NHJ		0x2770	NHJ
 vendor THINGM		0x27b8	ThingM
 vendor PERASO		0x2932	Peraso Technologies, Inc.
 vendor PLANEX		0x2c02	Planex Communications
+vendor MERCUSYS		0x2c4e	Mercusys, Inc.
 vendor QUECTEL		0x2c7c	Quectel Wireless Solutions
 vendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
 vendor LINKINSTRUMENTS	0x3195	Link Instruments Inc.
@@ -3191,6 +3192,9 @@ product MELCO WLIUCGNM2		0x01ee	WLI-UC-GNM2
 product MELCO WIU2433DM		0x0242	WI-U2-433DM
 product MELCO WIU3866D		0x025d	WI-U3-866D
 product MELCO WIU2433DHP	0x029b	WI-U2-433DHP
+
+/* Mercusys, Inc. */
+product MERCUSYS MW150US	0x0102	Mercusys MW150US
 
 /* Merlin products */
 product MERLIN V620             0x1110  Merlin V620



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008061325.076DP4Ql042611>