Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/wedo_plugin/usb/ACKNOWLEDGEMENTS
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wedo_plugin/usb/ACKNOWLEDGEMENTS')
-rw-r--r--plugins/wedo_plugin/usb/ACKNOWLEDGEMENTS51
1 files changed, 51 insertions, 0 deletions
diff --git a/plugins/wedo_plugin/usb/ACKNOWLEDGEMENTS b/plugins/wedo_plugin/usb/ACKNOWLEDGEMENTS
new file mode 100644
index 0000000..b7fdb22
--- /dev/null
+++ b/plugins/wedo_plugin/usb/ACKNOWLEDGEMENTS
@@ -0,0 +1,51 @@
+This is a list of people who has contributed to PyUSB 1.0 development.
+If I forgot you, please email me.
+
+PyUSB 1.0.0 (beta 1)
+---------------------
+
+- Stefano Di Martino: the port number patch.
+- Simon Norberg: several bug fixes.
+- iThompson: fixed tab errors in Python 3.3.
+- Harry Bock: workaround for Python 3.3 bug.
+- ponty: tox support.
+- Chris Clark: version information patch.
+- themperek: improve read speed.
+- David Halter: for the isochronous writing implementation for the libusb10
+ backend.
+
+PyUSB 1.0.0 (alpha 3)
+---------------------
+
+- Robert von Burg: for the bug reports about Python versions compatibility and
+ kernel driver functions.
+- James Rowe: for patches to the tutorial file.
+- Braiden Kindt: for the patch fixing bug when less than o number of requested
+ bytes are read.
+- Tormod Volden: for his several patches for legacy module.
+
+PyUSB 1.0.0 (alpha 2)
+---------------------
+
+- Chris Clark: for the bug report in the log subsystem.
+- Emmanuel Blot: for the patch which improves performance when debug is disabled.
+- Peter Bigot: for the patch that fixes get_active_configuration seg fault,
+ the patch to add error code to USBError and the patch to fix
+ parameter order in the USBError.
+- Travis Robinson and Xiaofan Chen: for let me use their benchmark firmware.
+- Poul-Henning Kamp: for the suggestion of ``bus`` and ``address`` attributes.
+
+PyUSB 1.0.0 (alpha 1)
+---------------------
+
+- Xiaofan Chen: for support in mailing list.
+- Poul-Henning Kam: for the documentation patches.
+
+PyUSB 1.0.0 (alpha 0)
+---------------------
+
+- Thomas Reitmayr: thanks for your patches to get PyUSB running with libusb 1.0.
+- Carl Ritson: thanks for your patch to get minimal working of legacy layer.
+- Romain Aviolat: thanks for pointing out a mistake in the tutorial and to report a bug in ctrl_transfer.
+- Xiaofan Chen: thanks for your effort testing PyUSB with libusb 1.0 Windows backend and on FreeBSD.
+