blob: 67d3df2dff0a8eb77124e7f3587c1ebbad633522 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|