Add support for OpenPCD2

This commit is contained in:
Philippe Teuwen 2012-07-01 11:22:45 +00:00
parent 86e92fd2a0
commit c87eab4958

View file

@ -52,7 +52,7 @@ const char *serial_ports_device_radix[] = { "tty.SLAB_USBtoUART", NULL };
# elif defined (__FreeBSD__) || defined (__OpenBSD__)
const char *serial_ports_device_radix[] = { "cuaU", "cuau", NULL };
# elif defined (__linux__)
const char *serial_ports_device_radix[] = { "ttyUSB", "ttyS", NULL };
const char *serial_ports_device_radix[] = { "ttyUSB", "ttyS", "ttyACM", NULL };
# else
# error "Can't determine serial string for your system"
# endif