svn commit: r329302 - in stable/10/sys/dev/usb: . serial
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Feb 15 08:52:59 UTC 2018
Author: hselasky
Date: Thu Feb 15 08:52:58 2018
New Revision: 329302
URL: https://svnweb.freebsd.org/changeset/base/329302
Log:
MFC r328830:
Add new USB ID.
PR: 225641
Submitted by: Ryan <ryanwinter at outlook.com>
Sponsored by: Mellanox Technologies
Modified:
stable/10/sys/dev/usb/serial/uslcom.c
stable/10/sys/dev/usb/usbdevs
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/usb/serial/uslcom.c
==============================================================================
--- stable/10/sys/dev/usb/serial/uslcom.c Thu Feb 15 08:50:43 2018 (r329301)
+++ stable/10/sys/dev/usb/serial/uslcom.c Thu Feb 15 08:52:58 2018 (r329302)
@@ -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/10/sys/dev/usb/usbdevs
==============================================================================
--- stable/10/sys/dev/usb/usbdevs Thu Feb 15 08:50:43 2018 (r329301)
+++ stable/10/sys/dev/usb/usbdevs Thu Feb 15 08:52:58 2018 (r329302)
@@ -4162,6 +4162,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