From c87eab495871a0c7221c6bcc50d9175502adb102 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 1 Jul 2012 11:22:45 +0000 Subject: [PATCH] Add support for OpenPCD2 --- libnfc/buses/uart_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/buses/uart_posix.c b/libnfc/buses/uart_posix.c index 54b2bda..992c232 100644 --- a/libnfc/buses/uart_posix.c +++ b/libnfc/buses/uart_posix.c @@ -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