Re: [pyusb-users] Change suggestion

2015-07-01 Thread Hermann Hamann
Hi, sorry for my late answer. Well, everyone has to carry his burden, not only maintainers (as opposed to Galather 6.2). My burden is my 99 years old mum, who suffers from dementia and other pains of old age and needs attention around the clock. This leaves me 1 or 2 hours a week for

Re: [pyusb-users] Change suggestion

2015-06-20 Thread Tormod Volden
On Fri, Jun 19, 2015 at 4:12 PM, Hermann Hamann wrote: I am sorry, but I am too old and too stupid to learn on the fly how to use a github pull request to push some files. So I use the stone age way to attach the modified files core.py and libusb1.py to this mail, hoping, that some kind

Re: [pyusb-users] Change suggestion

2015-06-20 Thread Steven Michalske
On Jun 20, 2015, at 2:10 AM, Tormod Volden lists.tor...@gmail.com wrote: On Fri, Jun 19, 2015 at 4:12 PM, Hermann Hamann wrote: I am sorry, but I am too old and too stupid to learn on the fly how to use a github pull request to push some files. So I use the stone age way to attach the

Re: [pyusb-users] Change suggestion

2015-06-19 Thread Hermann Hamann
Hi, Could you please open a Pull Request or, if you are not willing to supply a patch, an issue detailing your proposal? -- Best Regards, Wander Lairson Costa -- Hi, thank you for your reply. I am sorry, but I am

[pyusb-users] Change suggestion

2015-06-17 Thread Hermann Hamann
I want to suggest a small change to pyusb to improve speed. Currently you can only provide an array.array buffer to put the USB data into. I use the multiprocessing feature and the final destination of the USB data is a mmap.mmap Object. I would like to specify this as a receive buffer to save