Re: [pyusb-users] bug / doco problem in current head and release

2011-01-17 Thread wander.lairson
2011/1/17 Rob Fowler : > The the tutorial: >    # get an endpoint instance >     ep = usb.util.find_descriptor( >             dev.get_interface_altsetting(),   # first interface >             # match the first OUT endpoint >             custom_match = \ >                 lambda e: \ >              

[pyusb-users] bug / doco problem in current head and release

2011-01-16 Thread Rob Fowler
The the tutorial: # get an endpoint instance ep = usb.util.find_descriptor( dev.get_interface_altsetting(), # first interface # match the first OUT endpoint custom_match = \ lambda e: \ usb.util.endpoint_directi