Re: [linux-usb-devel] Problem with usb_reset()

2004-06-06 Thread Duncan Sands
> > Try this patch to get things working again: > > > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=108638178607764&w=2 > > this works. Thanks. > > Is this patch already in Greg's queue? Hi Marcel, I'm checking for other problems like this first. I expect to send a patch to Greg this mor

Re: [linux-usb-devel] Problem with usb_reset()

2004-06-06 Thread Marcel Holtmann
Hi Alan, > Try this patch to get things working again: > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=108638178607764&w=2 this works. Thanks. Is this patch already in Greg's queue? Regards Marcel --- This SF.Net email is sponsored

Re: [linux-usb-devel] Problem with usb_reset()

2004-06-06 Thread Alan Stern
On Sun, 6 Jun 2004, Marcel Holtmann wrote: > Hi, > > I started to rewrite my Bluetooth DFU utility using libusb, but I have > some problems with the usb_reset() command. When I call it the ioctl() > will hang and never return. Also the USB subsystem became useless after > that call. I used the la

[linux-usb-devel] Problem with usb_reset()

2004-06-06 Thread Marcel Holtmann
Hi, I started to rewrite my Bluetooth DFU utility using libusb, but I have some problems with the usb_reset() command. When I call it the ioctl() will hang and never return. Also the USB subsystem became useless after that call. I used the latest 2.6 Bitkeeper snapshot. Are there any changes that