Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-11-11 15:09:45 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-11-11 15:09:45 +0300
commitbd4bed1254672ac51ca0af0e7720f98c60626d56 (patch)
tree3d192014a05c3cb6b3ff3c8fd8ed7c177ec2c93a
parent2dab880c963ce0204c3513d664f610b587a3e6a6 (diff)
Cygwin: document bugfix for USB CDC devices
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.4.03
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.0 b/winsup/cygwin/release/3.4.0
index 8dc6ffe00..bb1495f62 100644
--- a/winsup/cygwin/release/3.4.0
+++ b/winsup/cygwin/release/3.4.0
@@ -42,3 +42,6 @@ Bug Fixes
- Don't error out if getfacl(1) is called on a socket file.
Partially addresses: https://cygwin.com/pipermail/cygwin/2022-July/251768.html
+
+- Make serial ioctl(TIOCMBIS/TIOCMBIC) work on USB CDC devices.
+ Addresses: https://cygwin.com/pipermail/cygwin/2022-November/252443.html