aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-13 07:31:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-13 07:31:27 +0000
commitd3c623e1e184bb36873c1ba9664f0c8266139589 (patch)
treeb76c6aaac154031b7b4f2d248d0b19c45ef78860 /Projects/XPLAINBridge/XPLAINBridge.txt
parente277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8 (diff)
downloadlufa-d3c623e1e184bb36873c1ba9664f0c8266139589.tar.gz
lufa-d3c623e1e184bb36873c1ba9664f0c8266139589.tar.bz2
lufa-d3c623e1e184bb36873c1ba9664f0c8266139589.zip
The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver.
Fix Benito makefile which was accidentally changed during testing.
Diffstat (limited to 'Projects/XPLAINBridge/XPLAINBridge.txt')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.txt b/Projects/XPLAINBridge/XPLAINBridge.txt
index 0c5635ac7..3f9ab8ed3 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.txt
+++ b/Projects/XPLAINBridge/XPLAINBridge.txt
@@ -79,11 +79,10 @@
* <td>Defines the maximum number of bytes which can be buffered in each Ring Buffer.</td>
* </tr>
* <tr>
- * <td>LIBUSB_FILTERDRV_COMPAT</td>
+ * <td>LIBUSB_DRIVER_COMPAT</td>
* <td>Makefile CDEFS</td>
* <td>Define to switch to a non-standard endpoint scheme, breaking compatibility with AVRStudio under Windows but making
- * the code compatible with Windows builds of avrdude using the libUSB driver. Linux platforms are not affected by this
- * option.
+ * the code compatible with software such as avrdude (all platforms) that use the libUSB driver.
* </tr>
* </table>
*/ \ No newline at end of file