svn commit: r348152 - head/sys/dev/usb

Andriy Gapon avg at FreeBSD.org
Thu May 23 11:06:39 UTC 2019


Author: avg
Date: Thu May 23 11:06:38 2019
New Revision: 348152
URL: https://svnweb.freebsd.org/changeset/base/348152

Log:
  Add USB ID for CP2112
  
  This is a curious small widget for which I might write a driver.
  It is bridge between USB HID interface and I2C interface plus some
  GPIO pins.
  
  MFC after:	 2 weeks

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Thu May 23 07:59:16 2019	(r348151)
+++ head/sys/dev/usb/usbdevs	Thu May 23 11:06:38 2019	(r348152)
@@ -4342,6 +4342,7 @@ product SILABS	CP210X_2	0xea61	CP210x Serial
 product SILABS	CP210X_3	0xea70	CP210x Serial
 product SILABS	CP210X_4	0xea80	CP210x Serial
 product SILABS	INFINITY_MIC	0xea71	Infinity GPS-MIC-1 Radio Monophone
+product SILABS	CP2112		0xea90	CP2112 HID USB-to-SMBus Bridge with GPIO
 product SILABS	USBSCOPE50	0xf001	USBscope50
 product SILABS	USBWAVE12	0xf002	USBwave12
 product SILABS	USBPULSE100	0xf003	USBpulse100


More information about the svn-src-all mailing list