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:
parent
40b7831cd8
commit
4177068d5a
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue