Alex Henrie : mountmgr: Map ttyACM devices to COM ports on Linux.

Alexandre Julliard julliard at winehq.org
Wed Nov 1 17:20:44 CDT 2017


Module: wine
Branch: master
Commit: 4177068d5a1f30f0ad14f6736815d41656ca141d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4177068d5a1f30f0ad14f6736815d41656ca141d

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Wed Nov  1 01:10:05 2017 +0100

mountmgr: Map ttyACM devices to COM ports on Linux.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mountmgr.sys/device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c
index 20c96d0..1437bfc 100644
--- a/dlls/mountmgr.sys/device.c
+++ b/dlls/mountmgr.sys/device.c
@@ -1085,6 +1085,7 @@ static void create_port_devices( DRIVER_OBJECT *driver )
 #ifdef linux
         "/dev/ttyS%u",
         "/dev/ttyUSB%u",
+        "/dev/ttyACM%u",
 #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
         "/dev/cuau%u",
 #elif defined(__DragonFly__)




More information about the wine-cvs mailing list