Re: [linux-usb-devel] Re: USB device info

2005-03-01 Thread Brian Murphy
Pete Zaitcev wrote: On Mon, 28 Feb 2005 19:20:41 +0530, <[EMAIL PROTECTED]> wrote: When I connect USB device it gives device information like, configuration, interface, and endpoint descriptors. I need bus, level, and port information to map device files to particular USB port. [] OK, I thi

[linux-usb-devel] Re: USB device info

2005-02-28 Thread Pete Zaitcev
On Mon, 28 Feb 2005 19:20:41 +0530, <[EMAIL PROTECTED]> wrote: > When I connect USB device it gives device information like, > configuration, interface, and endpoint descriptors. I need bus, level, > and port information to map device files to particular USB port. [] OK, I think I came up with an

Re: [linux-usb-devel] RE: USB device info

2005-02-28 Thread Alan Stern
On Mon, 28 Feb 2005 [EMAIL PROTECTED] wrote: > Hi Pete, > > When I connect USB device it gives device information like, > configuration, interface, and endpoint descriptors. I need bus, level, > and port information to map device files to particular USB port. But > this information I can see in /

[linux-usb-devel] Re: USB device info

2005-02-28 Thread Olaf Hering
On Mon, Feb 28, [EMAIL PROTECTED] wrote: > > > Hi Pete, > > When I connect USB device it gives device information like, > configuration, interface, and endpoint descriptors. I need bus, level, > and port information to map device files to particular USB port. But > this information I can see i

[linux-usb-devel] RE: USB device info

2005-02-28 Thread rao.shalini
Hi Pete, When I connect USB device it gives device information like, configuration, interface, and endpoint descriptors. I need bus, level, and port information to map device files to particular USB port. But this information I can see in /proc/bus/usb/devices file, same I wanted to get it from t

[linux-usb-devel] Re: USB device info

2005-02-27 Thread Pete Zaitcev
On Mon, 28 Feb 2005 10:28:42 +0530, <[EMAIL PROTECTED]> wrote: >>> How do I get USB device info, such as bus, level and port? > I need to get with in the kernel and we use kernel 2.4 and this is to > map port and device files. I understand all the words, but I cannot make any sense of this messag

[linux-usb-devel] RE: USB device info

2005-02-27 Thread rao.shalini
Hi Greg, I need to get with in the kernel and we use kernel 2.4 and this is to map port and device files. Regards, Shalini G -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 11:07 PM To: Shalini Rao (WT01 - TELECOM SOLUTIONS) Cc: [EMAIL PROT

[linux-usb-devel] Re: USB device info

2005-02-27 Thread Greg KH
On Sun, Feb 27, 2005 at 05:10:33PM +0530, [EMAIL PROTECTED] wrote: > > Hi Greg, > > How do I get USB device info, such as bus, level and port? From where? Within the kernel? Outside the kernel in userspace? > Is there any way other than reading the proc (/proc/bus/usb/device) > file. What k