Re: [linux-usb-devel] How to Suspend/Resume a usb device

2007-07-10 Thread Felipe Balbi
On 7/9/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Mon, 9 Jul 2007, Felipe Balbi wrote: > > > Hello all, > > > > How could I suspend/resume a usb device using libusb? I saw there's a > > function for reseting the device but what about suspending/resuming > > it? > > There's no way to do it using

Re: [linux-usb-devel] How to Suspend/Resume a usb device

2007-07-09 Thread Alan Stern
On Mon, 9 Jul 2007, Felipe Balbi wrote: > Hello all, > > How could I suspend/resume a usb device using libusb? I saw there's a > function for reseting the device but what about suspending/resuming > it? There's no way to do it using libusb or usbfs. However you can suspend or resume a usb devi

Re: [linux-usb-devel] How to Suspend/Resume a usb device

2007-07-09 Thread Felipe Balbi
btw, it can also be using usb devicefs, anyone of these will help ;-) thanks On 7/9/07, Felipe Balbi <[EMAIL PROTECTED]> wrote: > Hello all, > > How could I suspend/resume a usb device using libusb? I saw there's a > function for reseting the device but what about suspending/resuming > it? > > An

[linux-usb-devel] How to Suspend/Resume a usb device

2007-07-09 Thread Felipe Balbi
Hello all, How could I suspend/resume a usb device using libusb? I saw there's a function for reseting the device but what about suspending/resuming it? And also, does EHCI (on recent linux-linus' git tree) support SINGLE_STEP_GET_DESCRIPTOR and SINGLE_STEP_SET_FEATURE ??? Thanks in advance --