Commit 4177068d authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

mountmgr: Map ttyACM devices to COM ports on Linux.

parent 40b7831c
......@@ -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__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment