diff --git a/libnfc/buses/uart.c b/libnfc/buses/uart.c index 953c126..c098036 100644 --- a/libnfc/buses/uart.c +++ b/libnfc/buses/uart.c @@ -74,7 +74,7 @@ #endif # if defined(__APPLE__) -const char *serial_ports_device_radix[] = { "tty.SLAB_USBtoUART", "tty.usbserial-", NULL }; +const char *serial_ports_device_radix[] = { "tty.SLAB_USBtoUART", "tty.usbserial", "tty.usbmodem", NULL }; # elif defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__FreeBSD_kernel__) const char *serial_ports_device_radix[] = { "cuaU", "cuau", NULL }; # elif defined (__linux__)