Re: [pyusb-users] USB control request problem

2010-04-30 Thread Loïc GRENON
On Tue, 27 Apr 2010 21:52:25 +0200, Loïc GRENON wrote: > Le 27/04/2010 17:59, Loïc GRENON a écrit : >> On Tue, 27 Apr 2010 07:20:26 -0300, Wander Lairson >> wrote: >> >>> Hi all, >>> >>> PyUSB 0.4.1 has some problems on x86_64 machines reported by Fedora >>> team. They applied some patches

Re: [pyusb-users] USB control request problem

2010-04-27 Thread Loïc GRENON
Le 27/04/2010 17:59, Loïc GRENON a écrit : > On Tue, 27 Apr 2010 07:20:26 -0300, Wander Lairson > wrote: > >> Hi all, >> >> PyUSB 0.4.1 has some problems on x86_64 machines reported by Fedora >> team. They applied some patches to get it working, so offical >> repository should work, but if yo

Re: [pyusb-users] USB control request problem

2010-04-27 Thread Wander Lairson
Hi all, PyUSB 0.4.1 has some problems on x86_64 machines reported by Fedora team. They applied some patches to get it working, so offical repository should work, but if you are building pyusb by yourself, you may have problems. Whatever, try the latest one (0.4.3). Regards, Wander 2010/4/26 Xiao

Re: [pyusb-users] USB control request problem

2010-04-26 Thread Xiaofan Chen
On Thu, Apr 22, 2010 at 6:55 PM, Loïc GRENON wrote: > Nom           : pyusb > Architecture  : x86_64 > Version       : 0.4.1 > Révision      : 5.fc12 > Taille        : 41 k > Could you try the latest version of pyusb 0.4.3? It might help. When I tried pyusb under Ubuntu 64, it seems to work but m

Re: [pyusb-users] USB control request problem

2010-04-26 Thread Xiaofan Chen
On Thu, Apr 22, 2010 at 6:23 PM, Loïc GRENON wrote: > > Hi, > > I'm currently developing a python application to communicate with an USB > device, with pyusb (that use libusb). > Communications are through control request. > > The program works very well on a computer running Fedora i686 but not o