Date: Thu, 23 May 2019 11:06:38 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348152 - head/sys/dev/usb Message-ID: <201905231106.x4NB6cbq032258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905231106.x4NB6cbq032258>