mountmgr: Map ttyACM devices to COM ports on Linux.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2017-11-01 01:10:05 +01:00 committed by Alexandre Julliard
parent 40b7831cd8
commit 4177068d5a

View file

@ -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__)