usb devices

2003-09-14 Thread Soeren Straarup
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can there be more than one 'vendor SOMETHING 0x0001 Desc' with different SOMETHING and Desc in src/sys/dev/usb/usbdevs ? Best regards Søren ** | Soeren Straarup Mo

Re: usb devices

2003-09-16 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Soeren Straarup <[EMAIL PROTECTED]> writes: : Can there be more than one 'vendor SOMETHING 0x0001 Desc' with different : SOMETHING and Desc in src/sys/dev/usb/usbdevs ? Of course. That's the whole point of having a vendor space that's assigned by a cent

attaching ugen(4) on multi interface USB devices

2004-10-06 Thread Niki Denev
t the ucom(4) device and the other unrecognised interfaces will show up as ugens ? What do you think about that? P.S.: anyone know some good way to list the attached usb devices beyond usbdevs? It seems that the information that can be gathered from usbdevs is very limited. For example 'lsus

Re: attaching ugen(4) on multi interface USB devices

2004-10-06 Thread Bernd Walter
ficult if you know USB and a few kernel basics. > P.S.: anyone know some good way to list the attached usb devices beyond > usbdevs? > It seems that the information that can be gathered from usbdevs is very > limited. For example 'lsusb' in linux can show much more info. Wha

Re: attaching ugen(4) on multi interface USB devices

2004-10-06 Thread Mathew Kanner
t; interface in a device. > For example when attaching the phone with umodem loaded, i will get > the ucom(4) device and the other unrecognised interfaces will show up as > ugens ? > What do you think about that? > > > P.S.: anyone know some good way to list the attached usb

Re: attaching ugen(4) on multi interface USB devices

2004-10-06 Thread Brian Fundakowski Feldman
nterfaces will show up as > > ugens ? > > What do you think about that? > > > > > > P.S.: anyone know some good way to list the attached usb devices beyond > > usbdevs? > > It seems that the information that can be gathered from usbdevs is very >

Re: attaching ugen(4) on multi interface USB devices

2004-10-07 Thread Niki Denev
an't show more than 4 interfaces on USB device. I tracked down this to USB_MAX_DEVNAMES=4. Is there a reason for this to be set this low? P.S.: anyone know some good way to list the attached usb devices beyond usbdevs? It seems that the information that can be gathered from usbdevs is very

Re: attaching ugen(4) on multi interface USB devices

2004-10-07 Thread Bernd Walter
On Thu, Oct 07, 2004 at 04:22:12PM +0300, Niki Denev wrote: > Bernd Walter writes: > >On Wed, Oct 06, 2004 at 03:30:05PM +0300, Niki Denev wrote: > >If you already an interface driver atatched then ugen fails to attach > >the whole device. > > well, i think that this can be a problem sometimes. Y