summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-12 03:50:15 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-12 03:50:15 +0000
commit9950074fc29131d3111d5cef4e8759457670425d (patch)
treec77d26ef701e4c7b413f0018d385e0f17415fd84 /CHANGES.txt
parent1bb15d7e21be958a32027fdd034f1a602a44816d (diff)
downloadpyserial-9950074fc29131d3111d5cef4e8759457670425d.tar.gz
OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devices
also refactor list_ports_posix and take out the linux implementation into a separate file git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@472 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 756fa00..7091cc1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -445,6 +445,7 @@ Version 2.7 2012-nn-nn
Lundh)
- Posix: [Patch pyserial:28] Accept any speed on Linux
- Posix: [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR
+- OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devices
Bugfixes: