svn commit: r364380 - in stable/12/sys/dev: rtwn/usb usb

Hans Petter Selasky hselasky at FreeBSD.org
Wed Aug 19 12:16:12 UTC 2020


Author: hselasky
Date: Wed Aug 19 12:16:11 2020
New Revision: 364380
URL: https://svnweb.freebsd.org/changeset/base/364380

Log:
  MFC r363950:
  Add new USB ID.
  
  Submitted by:		Dmitry Luhtionov <dmitryluhtionov at gmail.com>
  Sponsored by:		Mellanox Technologies

Modified:
  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/sys/dev/rtwn/usb/rtwn_usb_attach.h
==============================================================================
--- stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h	Wed Aug 19 11:50:12 2020	(r364379)
+++ stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h	Wed Aug 19 12:16:11 2020	(r364380)
@@ -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: stable/12/sys/dev/usb/usbdevs
==============================================================================
--- stable/12/sys/dev/usb/usbdevs	Wed Aug 19 11:50:12 2020	(r364379)
+++ stable/12/sys/dev/usb/usbdevs	Wed Aug 19 12:16:11 2020	(r364380)
@@ -783,6 +783,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


More information about the svn-src-all mailing list