Re: [Twisted-Python] libusb-1 file descriptors

2012-03-16 Thread Vincent Pelletier
Hi. First, sorry for non-threaded reply. I found the thread on gmane while googling a bit. I'll try to explain the design and intended use of python-libusb1 polling integration. I lack twisted knowledge to tell how it could be integrated, though. As for the "poller" interface, it's python's s

Re: [Twisted-Python] libusb-1 file descriptors

2012-02-12 Thread gelin yan
On Sun, Feb 12, 2012 at 7:10 PM, Phil Mayers wrote: > On 02/12/2012 04:13 AM, Donal McMullan wrote: > > I'm trying to integrate Twisted with libusb-1 > > > > The libusb-1 Python wrapper offers a USBPoller class to "allow > > integration of USB event polling in a file-descriptor monitoring event >

Re: [Twisted-Python] libusb-1 file descriptors

2012-02-12 Thread Phil Mayers
On 02/12/2012 04:13 AM, Donal McMullan wrote: > I'm trying to integrate Twisted with libusb-1 > > The libusb-1 Python wrapper offers a USBPoller class to "allow > integration of USB event polling in a file-descriptor monitoring event > loop." The class expects to receive a 'poller' object, again qu

[Twisted-Python] libusb-1 file descriptors

2012-02-11 Thread Donal McMullan
I'm trying to integrate Twisted with libusb-1 The libusb-1 Python wrapper offers a USBPoller class to "allow integration of USB event polling in a file-descriptor monitoring event loop." The class expects to receive a 'poller' object, again quoting from the documentation: poller is a polling