Re: [Libusbx-devel] [pyusb-users] [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: [Libusbx-devel] [pyusb-users] [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: [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: [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-29 Thread 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 it started" example in > >> > docs/tutori

Re: [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: [Libusbx-devel] [Released] PyUSB 1.0.0 beta 1

2013-10-29 Thread 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_configuration() > > interface_number =

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

2013-10-29 Thread Johannes Stezenbach
Hi, 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. > > Download page > - > > https://sourceforge.net/proje

Re: [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