From 09607019fae85743dd54a0b343ce44ef677994ab Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 6 Jun 2012 16:00:54 +0200 Subject: dev-libs/libnfc: add LIBNFC_DRIVERS to choose drivers to compile, add openpcd patch --- dev-libs/libnfc/files/openpcd.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-libs/libnfc/files/openpcd.patch (limited to 'dev-libs/libnfc/files/openpcd.patch') diff --git a/dev-libs/libnfc/files/openpcd.patch b/dev-libs/libnfc/files/openpcd.patch new file mode 100644 index 0000000..67d3df2 --- /dev/null +++ b/dev-libs/libnfc/files/openpcd.patch @@ -0,0 +1,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 -- cgit v1.2.3