Alex Henrie : mountmgr: Map ttyACM devices to COM ports on Linux.
Module: wine Branch: master Commit: 4177068d5a1f30f0ad14f6736815d41656ca141d URL: http://source.winehq.org/git/wine.git/?a=commit;h=4177068d5a1f30f0ad14f67368... Author: Alex Henrie <alexhenrie24(a)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(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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__)
participants (1)
-
Alexandre Julliard