Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2014-04-18 Thread Wander Lairson Costa
2013-10-31 3:58 GMT-02:00 Johannes Stezenbach : > On Wed, Oct 30, 2013 at 09:24:11PM -0200, Wander Lairson Costa wrote: >> 2013/10/30 Johannes Stezenbach : >> >> >> >> >> > [2249737.372143] usb 1-1.1: usbfs: process 32478 (python) did not >> >> >> >> > claim interface 0 before use >> >> >> >> > >>

Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-30 Thread Wander Lairson Costa
2013/10/30 Johannes Stezenbach : >> >> >> > [2249737.372143] usb 1-1.1: usbfs: process 32478 (python) did not >> >> >> > claim interface 0 before use >> >> >> > >> >> >> >> >> >> Interface claiming, in another hand, is handled internally by PyUSB, >> >> >> this might be a bug. >> >> > >> >> > usb

Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-30 Thread Wander Lairson Costa
2013/10/30 Johannes Stezenbach : [snip] > I'm still not getting it. > > cfg = dev.get_active_configuration() > # now we have the Configuration Descriptor for some arbitrary > configuration Here we have the configuration descriptor of the active configuration (that which was set by set_c

Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-29 Thread Wander Lairson Costa
2013/10/29 Tormod Volden : > On Tue, Oct 29, 2013 at 9:06 PM, Wander Lairson Costa wrote: >> 2013/10/29 Johannes Stezenbach: >>> On Tue, Oct 29, 2013 at 02:58:45PM -0200, Wander Lairson Costa wrote: 2013/10/29 Johannes Stezenbach: >>> We're running in cirecles... maybe I don't understand >>> w

Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-29 Thread Tormod Volden
On Tue, Oct 29, 2013 at 9:06 PM, Wander Lairson Costa wrote: > 2013/10/29 Johannes Stezenbach: >> On Tue, Oct 29, 2013 at 02:58:45PM -0200, Wander Lairson Costa wrote: >>> 2013/10/29 Johannes Stezenbach: >> We're running in cirecles... maybe I don't understand >> what the (0,0) index in cfg[(0,0)]

Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-29 Thread Wander Lairson Costa
2013/10/29 Johannes Stezenbach : > On Tue, Oct 29, 2013 at 02:58:45PM -0200, Wander Lairson Costa wrote: >> 2013/10/29 Johannes Stezenbach : >> > On Tue, Oct 29, 2013 at 12:16:51PM -0200, Wander Lairson Costa wrote: >> >> 2013/10/29 Johannes Stezenbach : >> >> > >> >> > One remark: The "Let's get i

Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-29 Thread Wander Lairson Costa
2013/10/29 Johannes Stezenbach : > On Tue, Oct 29, 2013 at 12:16:51PM -0200, Wander Lairson Costa wrote: >> 2013/10/29 Johannes Stezenbach : >> > >> > One remark: The "Let's get it started" example in >> > docs/tutorial.rst looks confusing, why does it do this: >> > >> > cfg = dev.get_active_co

Re: [pyusb-users] [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-29 Thread Wander Lairson Costa
2013/10/29 Johannes Stezenbach : > Hi, > Hi Johannes, > On Wed, Oct 16, 2013 at 08:51:24AM -0300, Wander Lairson Costa wrote: >> I am proud to announce that PyUSB 1.0.0 beta is out. > ... >> TODO >> >> >> * More tests with legacy module. >> * Isochronous transfers for libusb-win32. >> >> Dow

Re: [pyusb-users] libusbx

2012-12-19 Thread Xiaofan Chen
On Wed, Dec 19, 2012 at 11:06 PM, Stenquist, Carl wrote: > Dear PyUSB group, > > How can I find info on using libusbx together with PyUSB? I have > successfully (for the most part) used the old libusb0.dll, > but how install and use libusbx with PyUSB? There must be some info > written on this fro

Re: [pyusb-users] libusbx

2012-12-19 Thread Tormod Volden
On Wed, Dec 19, 2012 at 4:06 PM, Stenquist, Carl wrote: > Dear PyUSB group, > > How can I find info on using libusbx together with PyUSB? I have successfully > (for the most part) used the old libusb0.dll, but how install and use libusbx > with PyUSB? There must be some info written on this from

[pyusb-users] libusbx

2012-12-19 Thread Stenquist, Carl
Dear PyUSB group, How can I find info on using libusbx together with PyUSB? I have successfully (for the most part) used the old libusb0.dll, but how install and use libusbx with PyUSB? There must be some info written on this from PyUSB perspective (?) but I have not found it. Regards, Carl St