Re: [linux-usb-devel] usb replug

2006-04-01 Thread Gimmy P
> - Original Message - > From: "David Brownell" <[EMAIL PROTECTED]> > To: [email protected] > Subject: Re: [linux-usb-devel] usb replug > Date: Thu, 30 Mar 2006 10:21:17 -0800 > > > Maybe usb_reset_device() is what you nee

Re: [linux-usb-devel] usb replug

2006-03-30 Thread David Brownell
Maybe usb_reset_device() is what you need? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking

Re: [linux-usb-devel] usb replug

2006-03-29 Thread Christian Iversen
On Wednesday 29 March 2006 15:20, Gimmy P wrote: > Hi everybody :) > I'm developing a remote camera control system with a java software on a > minimalistic debian linux os. I'm using a usb camera driven with gphoto2. > Sometimes it happens that the camera freezes, and a manual replug of the > usb c

[linux-usb-devel] usb replug

2006-03-29 Thread Gimmy P
Hi everybody :) I'm developing a remote camera control system with a java software on a minimalistic debian linux os. I'm using a usb camera driven with gphoto2. Sometimes it happens that the camera freezes, and a manual replug of the usb cable is necessary to make it work again. My question is: