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

Eitan Adler eadler at FreeBSD.org
Tue May 29 14:40:51 UTC 2018


Author: eadler
Date: Tue May 29 14:40:50 2018
New Revision: 334336
URL: https://svnweb.freebsd.org/changeset/base/334336

Log:
  [usbdevs] add several GENESYS product ids
  
  Add USB product ID for two GENESYS LOGIC ICs, found in DELOCK
  In-Desk-Hub 61991
  
  PR:		228489
  Submitted by:	"Harald Schmalzbauer" <bugzilla.freebsd at omnilan.de>
  MFC After:	3 weeks

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue May 29 14:37:48 2018	(r334335)
+++ head/sys/dev/usb/usbdevs	Tue May 29 14:40:50 2018	(r334336)
@@ -2201,9 +2201,12 @@ product GENESYS GL620USB	0x0501	GL620USB Host-Host int
 product GENESYS GL650		0x0604	GL650 HUB
 product GENESYS GL606		0x0606	GL606 USB 2.0 HUB
 product GENESYS GL850G		0x0608	GL850G USB 2.0 HUB
+product GENESYS GL3520_2	0x0610	GL3520 4-Port USB 2.0 DataPath
+product GENESYS GL3520_SS	0x0616	GL3520 4-Port USB 3.0 DataPath
 product GENESYS GL641USB	0x0700	GL641USB CompactFlash Card Reader
 product GENESYS GL641USB2IDE_2	0x0701	GL641USB USB-IDE Bridge No 2
 product GENESYS GL641USB2IDE	0x0702	GL641USB USB-IDE Bridge
+product GENESYS GL3233		0x0743	GL3233 USB 3.0 AiO Card Reader
 product GENESYS GL641USB_2	0x0760	GL641USB 6-in-1 Card Reader
 
 /* GIGABYTE products */


More information about the svn-src-head mailing list