mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -1085,6 +1085,7 @@ static void create_port_devices( DRIVER_OBJECT *driver )
|
||||||
#ifdef linux
|
#ifdef linux
|
||||||
"/dev/ttyS%u",
|
"/dev/ttyS%u",
|
||||||
"/dev/ttyUSB%u",
|
"/dev/ttyUSB%u",
|
||||||
|
"/dev/ttyACM%u",
|
||||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||||
"/dev/cuau%u",
|
"/dev/cuau%u",
|
||||||
#elif defined(__DragonFly__)
|
#elif defined(__DragonFly__)
|
||||||
|
|
Loading…
Reference in a new issue