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
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
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 /
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
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
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
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
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