mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-15 12:03:44 +00:00
Add support for OpenPCD2
This commit is contained in:
@@ -52,7 +52,7 @@ const char *serial_ports_device_radix[] = { "tty.SLAB_USBtoUART", NULL };
|
|||||||
# elif defined (__FreeBSD__) || defined (__OpenBSD__)
|
# elif defined (__FreeBSD__) || defined (__OpenBSD__)
|
||||||
const char *serial_ports_device_radix[] = { "cuaU", "cuau", NULL };
|
const char *serial_ports_device_radix[] = { "cuaU", "cuau", NULL };
|
||||||
# elif defined (__linux__)
|
# elif defined (__linux__)
|
||||||
const char *serial_ports_device_radix[] = { "ttyUSB", "ttyS", NULL };
|
const char *serial_ports_device_radix[] = { "ttyUSB", "ttyS", "ttyACM", NULL };
|
||||||
# else
|
# else
|
||||||
# error "Can't determine serial string for your system"
|
# error "Can't determine serial string for your system"
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Reference in New Issue
Block a user