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