From owner-freebsd-usb@FreeBSD.ORG Tue Jun 29 05:50:03 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3A1D106564A for ; Tue, 29 Jun 2010 05:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D2F8F8FC15 for ; Tue, 29 Jun 2010 05:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5T5o35g054167 for ; Tue, 29 Jun 2010 05:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5T5o347054166; Tue, 29 Jun 2010 05:50:03 GMT (envelope-from gnats) Date: Tue, 29 Jun 2010 05:50:03 GMT Message-Id: <201006290550.o5T5o347054166@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: usb/148189: [usbdevs] [usb8] [patch] provide descriptive string for NEC EHCI 7-port USB hub X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 05:50:04 -0000 The following reply was made to PR usb/148189; it has been noted by GNATS. From: Eugene Grosbein To: ticso@cicely.de Cc: Bernd Walter , FreeBSD-gnats-submit@freebsd.org Subject: Re: usb/148189: [usbdevs] [usb8] [patch] provide descriptive string for NEC EHCI 7-port USB hub Date: Tue, 29 Jun 2010 12:46:11 +0700 On 28.06.2010 18:19, Bernd Walter wrote: >>> Description: >> Nameless NEC USB 2.0 Hub found in some monitors (f.e. my BenQ M2200HD) >> does not provide descriptive string: >> >> ugen4.2: at usbus4 >> uhub5: on usbus4 >> uhub5: 4 ports with 4 removable, self powered >> >>> How-To-Repeat: >> Use USB-enabled devices with this USB controller on board. >> >>> Fix: >> >> The patch provides description to kernels compiled with "options USB_VERBOSE" >> >> --- sys/dev/usb/usbdevs.orig 2010-06-23 00:31:04.000000000 +0700 >> +++ sys/dev/usb/usbdevs 2010-06-28 02:22:20.000000000 +0700 >> @@ -2165,6 +2165,7 @@ >> product NATIONAL BEARPAW2400 0x1001 BearPaw 2400 >> >> /* NEC products */ >> +product NEC NUB_005A 0x005a USB 2.0 4-Port Hub >> product NEC HUB 0x55aa hub >> product NEC HUB_B 0x55ab hub > > Is this 7-port as in the subject, or 4-port as in the patch? Sorry, subject has mistake, it's 4-port as in patch and in quoted kernel log. > My 7-port NEC says: > ugen3.8: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE It would be nice to add another line then: product NEC NUB_0050 0x0050 USB 2.0 7-Port Hub