Re: [linux-usb-devel] How to talk to USB HCD Drivers?

2007-05-23 Thread Pandita, Vikram
On Tue, May 22, 2007 at 12:06:54PM +0530, Pandita, Vikram wrote: Hi Felipe Sent: Monday, May 21, 2007 3:56 PM Hello all, is there a way to use libusb to talk directly to hcd drivers? what I'm wondering to do is to develop an application similar to the USBHSET tool from usb.org in

Re: [linux-usb-devel] How to talk to USB HCD Drivers?

2007-05-23 Thread David Brownell
On Wednesday 23 May 2007, Pandita, Vikram wrote: On Tue, May 22, 2007 at 12:06:54PM +0530, Pandita, Vikram wrote: Hi Felipe Sent: Monday, May 21, 2007 3:56 PM Hello all, is there a way to use libusb to talk directly to hcd drivers? what I'm wondering to do is to develop an

Re: [linux-usb-devel] How to talk to USB HCD Drivers?

2007-05-22 Thread Pandita, Vikram
Hi Felipe Sent: Monday, May 21, 2007 3:56 PM Hello all, is there a way to use libusb to talk directly to hcd drivers? what I'm wondering to do is to develop an application similar to the USBHSET tool from usb.org in order to test embedded host devices. I think that keep adding lots of sysfs

Re: [linux-usb-devel] How to talk to USB HCD Drivers?

2007-05-22 Thread Greg KH
On Tue, May 22, 2007 at 12:06:54PM +0530, Pandita, Vikram wrote: Hi Felipe Sent: Monday, May 21, 2007 3:56 PM Hello all, is there a way to use libusb to talk directly to hcd drivers? what I'm wondering to do is to develop an application similar to the USBHSET tool from usb.org in

[linux-usb-devel] How to talk to USB HCD Drivers?

2007-05-21 Thread Felipe Balbi
Hello all, is there a way to use libusb to talk directly to hcd drivers? what I'm wondering to do is to develop an application similar to the USBHSET tool from usb.org in order to test embedded host devices. I think that keep adding lots of sysfs interfaces is not the better way to do it since

Re: [linux-usb-devel] How to talk to USB HCD Drivers?

2007-05-21 Thread David Brownell
On Monday 21 May 2007, Felipe Balbi wrote: Hello all, is there a way to use libusb to talk directly to hcd drivers? what I'm wondering to do is to develop an application similar to the USBHSET tool from usb.org in order to test embedded host devices. I think that keep adding lots of