Re: vendor and device name not appearing

2010-06-30 Thread Alexander Best
On Tue, Jun 29, 2010 at 9:46 PM, Hans Petter Selasky hsela...@c2i.net wrote:
 On Tuesday 29 June 2010 20:15:46 Alexander Best wrote:
 hi there,

 i have a little question. i'm running HEAD (amd64; r209548) and when i
 run `usbconfig` this is the description for my usb hub:

 ugen3.2: product 0x2514 vendor 0x0424 at usbus3, cfg=0 md=HOST
 spd=HIGH (480Mbps) pwr=SAVE

 i'm a bit surprised by that, because both the vendor and the product
 have been defined in sys/dev/usb/usbdevs. `cat
 /usr/src/sys/dev/usb/usbdevs|egrep '(0x2514|0x0424)'` reports:

 vendor SMC2           0x0424  Standard Microsystems
 product SMC2 2514HUB          0x2514  USB Hub


 Did you compile the kernel with options USB_VERBOSE ?

nope. :)


 --HPS




-- 
Alexander Best
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: vendor and device name not appearing

2010-06-30 Thread Lucius Windschuh
Hi Hans.

2010/6/29 Hans Petter Selasky hsela...@c2i.net:
 Did you compile the kernel with options USB_VERBOSE ?

But USB_VERBOSE is not documented, as it seems (@r209608):
--8--
current# cd /usr/src  hidesvn grep -r USB_VERBOSE .
./sys/conf/options:USB_VERBOSE  opt_usb.h
./sys/dev/usb/usb_device.c:#ifdef USB_VERBOSE
./sys/dev/usb/usb_device.c:#endif
 /* USB_VERBOSE */
./sys/dev/usb/usb_device.c:#ifdef USB_VERBOSE
./sys/dev/usb/usb_device.c:#ifdef USB_VERBOSE
./sys/sun4v/conf/GENERIC:#options   USB_VERBOSE
current#
--8--

Could you add it to NOTES or something like that?

Regards,
Lucius
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


vendor and device name not appearing

2010-06-29 Thread Alexander Best
hi there,

i have a little question. i'm running HEAD (amd64; r209548) and when i
run `usbconfig` this is the description for my usb hub:

ugen3.2: product 0x2514 vendor 0x0424 at usbus3, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=SAVE

i'm a bit surprised by that, because both the vendor and the product
have been defined in sys/dev/usb/usbdevs. `cat
/usr/src/sys/dev/usb/usbdevs|egrep '(0x2514|0x0424)'` reports:

vendor SMC2 0x0424  Standard Microsystems
product SMC2 2514HUB0x2514  USB Hub

cheers.
alex

-- 
Alexander Best
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: vendor and device name not appearing

2010-06-29 Thread Hans Petter Selasky
On Tuesday 29 June 2010 20:15:46 Alexander Best wrote:
 hi there,
 
 i have a little question. i'm running HEAD (amd64; r209548) and when i
 run `usbconfig` this is the description for my usb hub:
 
 ugen3.2: product 0x2514 vendor 0x0424 at usbus3, cfg=0 md=HOST
 spd=HIGH (480Mbps) pwr=SAVE
 
 i'm a bit surprised by that, because both the vendor and the product
 have been defined in sys/dev/usb/usbdevs. `cat
 /usr/src/sys/dev/usb/usbdevs|egrep '(0x2514|0x0424)'` reports:
 
 vendor SMC2   0x0424  Standard Microsystems
 product SMC2 2514HUB  0x2514  USB Hub
 

Did you compile the kernel with options USB_VERBOSE ?

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org