Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2010 22:14:55 +0700 (NOVST)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/146871: [patch] provide descriprive string for D-Link DUB-7H USB hub
Message-ID:  <201005231514.o4NFEtqH003910@grosbein.pp.ru>
Resent-Message-ID: <201005232206.o4NM6qaw016996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146871
>Category:       kern
>Synopsis:       [patch] provide descriprive string for D-Link DUB-7H USB hub
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 22:06:51 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
RDTC JSC
>Environment:
System: FreeBSD grosbein.pp.ru 8.0-STABLE FreeBSD 8.0-STABLE #14: Thu Apr 29 21:06:57 NOVST 2010 root@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386

>Description:
	D-Link DUB-H7 is 7-Port USB 2.0 Hub with active power supply.
	Recently I've bought one and noticed it does not provide
	a descriptive string. It is attached as:

uhub6: <vendor 0x2001 product 0xf103, class 9/0, rev 2.00/1.00, addr 3> on usbus4
uhub6: 7 ports with 7 removable, self powered

>How-To-Repeat:
	
	Plug DUB-H7 into FreeBSD 8 system

>Fix:
	The patch provides description to kernels compiled
with "options USB_VERBOSE". The string follows the style for
similar BELKIN F5U23 USB2.0 7-Port Hub that is already in usbdevs.

--- sys/dev/usb/usbdevs.orig	2010-05-22 18:41:20.000000000 +0700
+++ sys/dev/usb/usbdevs	2010-05-22 19:02:29.000000000 +0700
@@ -1345,6 +1345,7 @@
 product DLINK DSB650TX3		0x400b	10/100 Ethernet
 product DLINK DSB650TX2		0x4102	10/100 Ethernet
 product DLINK DSB650		0xabc1	10/100 Ethernet
+product DLINK DUBH7		0xf103	DUB-H7 USB 2.0 7-Port Hub
 product DLINK2 DWA120		0x3a0c	DWA-120
 product DLINK2 DWA120_NF	0x3a0d	DWA-120 (no firmware)
 product DLINK2 DWLG122C1	0x3c03	DWL-G122 c1


Eugene Grosbein
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005231514.o4NFEtqH003910>