svn commit: r329301 - in stable/11/sys/dev/usb: . serial

Hans Petter Selasky hselasky at FreeBSD.org
Thu Feb 15 08:50:44 UTC 2018


Author: hselasky
Date: Thu Feb 15 08:50:43 2018
New Revision: 329301
URL: https://svnweb.freebsd.org/changeset/base/329301

Log:
  MFC r328830:
  Add new USB ID.
  
  PR:		225641
  Submitted by:	Ryan <ryanwinter at outlook.com>
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/dev/usb/serial/uslcom.c
  stable/11/sys/dev/usb/usbdevs
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/usb/serial/uslcom.c
==============================================================================
--- stable/11/sys/dev/usb/serial/uslcom.c	Thu Feb 15 08:48:04 2018	(r329300)
+++ stable/11/sys/dev/usb/serial/uslcom.c	Thu Feb 15 08:50:43 2018	(r329301)
@@ -313,6 +313,7 @@ static const STRUCT_USB_HOST_ID uslcom_devs[] = {
     USLCOM_DEV(SILABS, EMS_C1007),
     USLCOM_DEV(SILABS, HAMLINKUSB),
     USLCOM_DEV(SILABS, HELICOM),
+    USLCOM_DEV(SILABS, HUBZ),
     USLCOM_DEV(SILABS, IMS_USB_RS422),
     USLCOM_DEV(SILABS, INFINITY_MIC),
     USLCOM_DEV(SILABS, INGENI_ZIGBEE),

Modified: stable/11/sys/dev/usb/usbdevs
==============================================================================
--- stable/11/sys/dev/usb/usbdevs	Thu Feb 15 08:48:04 2018	(r329300)
+++ stable/11/sys/dev/usb/usbdevs	Thu Feb 15 08:50:43 2018	(r329301)
@@ -4174,6 +4174,7 @@ product SILABS	AC_SERV_CAN	0x8664	AC-Services CAN Inte
 product SILABS	AC_SERV_OBD	0x8665	AC-Services OBD Interface
 product SILABS	MMB_ZIGBEE	0x88a4	MMB Networks ZigBee
 product SILABS	INGENI_ZIGBEE	0x88a5	Planet Innovation Ingeni ZigBee
+product SILABS	HUBZ		0x8a2a	HubZ dual ZigBee and Z-Wave
 product SILABS	CP2102		0xea60	SILABS USB UART
 product SILABS	CP210X_2	0xea61	CP210x Serial
 product SILABS	CP210X_3	0xea70	CP210x Serial


More information about the svn-src-all mailing list