Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-30 Thread Wander Lairson
Could you please open a feature request in SF? 2010/7/10 Diego Jacobi : > 2010/7/10 Wander Lairson : >> 2010/7/9 Diego Jacobi : >>> 2010/7/9 Wander Lairson : 2010/7/9 Diego Jacobi : > Well. I made some progress but couldnt solve the claiming error yet.. > This is the current "dmesg" o

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-30 Thread Wander Lairson
Could you please open a bug in the tracker showing how you reproduce the problem? I want try to reproduce with my own firmware and investigate what's going on. 2010/7/9 Diego Jacobi : > Well. I made some progress but couldnt solve the claiming error yet.. > This is the current "dmesg" output when

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-10 Thread Diego Jacobi
2010/7/10 Wander Lairson : > 2010/7/9 Diego Jacobi : >> 2010/7/9 Wander Lairson : >>> 2010/7/9 Diego Jacobi : Well. I made some progress but couldnt solve the claiming error yet.. This is the current "dmesg" output when i press any key in my test scenario multiple times. ..

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-10 Thread Wander Lairson
2010/7/9 Diego Jacobi : > 2010/7/9 Wander Lairson : >> 2010/7/9 Diego Jacobi : >>> Well. I made some progress but couldnt solve the claiming error yet.. >>> This is the current "dmesg" output when i press any key in my test >>> scenario multiple times. >>> >>> ... >>> usb 3-2: New USB device found,

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-09 Thread Diego Jacobi
2010/7/9 Wander Lairson : > 2010/7/9 Diego Jacobi : >> Well. I made some progress but couldnt solve the claiming error yet.. >> This is the current "dmesg" output when i press any key in my test >> scenario multiple times. >> >> ... >> usb 3-2: New USB device found, idVendor=0451, idProduct=3410 >>

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-09 Thread Wander Lairson
2010/7/9 Diego Jacobi : > Well. I made some progress but couldnt solve the claiming error yet.. > This is the current "dmesg" output when i press any key in my test > scenario multiple times. > > ... > usb 3-2: New USB device found, idVendor=0451, idProduct=3410 > usb 3-2: New USB device strings: M

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-09 Thread Diego Jacobi
Well. I made some progress but couldnt solve the claiming error yet.. This is the current "dmesg" output when i press any key in my test scenario multiple times. ... usb 3-2: New USB device found, idVendor=0451, idProduct=3410 usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 3

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-09 Thread Diego Jacobi
If i am not mistaken... interface claiming is an OS thing, not a firmware-possible problem. How can i know for sure that the interface is "claimed", and if possible, force a "reclaim". Also, when i press the key for second time, there is a big pause going (like 3 secs), which shouldnt, because th

Re: [pyusb-users] (python) did not claim interface 0 before use

2010-07-09 Thread Wander Lairson
2010/7/9 Diego Jacobi : > Hi. > > As you may know, i am working in a device using an TUSB3410 with my > own firmware. > > Most is working. > I plug the device it logs in linux correctly and i am able to detach > the driver and make usb requests with pyusb. > > The problem comes when it has deadtime

[pyusb-users] (python) did not claim interface 0 before use

2010-07-09 Thread Diego Jacobi
Hi. As you may know, i am working in a device using an TUSB3410 with my own firmware. Most is working. I plug the device it logs in linux correctly and i am able to detach the driver and make usb requests with pyusb. The problem comes when it has deadtime between calls then i get the next messag