aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-11 08:58:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-11 08:58:53 +0000
commitea743970951cbcd6d5206b3136de8c9eb90298a5 (patch)
treec483f329c7dbb6344d0bd6a61633bc53747d9aa1 /LUFA
parente0985b995009d71b80d214a66944e76f4e41aadb (diff)
downloadlufa-ea743970951cbcd6d5206b3136de8c9eb90298a5.tar.gz
lufa-ea743970951cbcd6d5206b3136de8c9eb90298a5.tar.bz2
lufa-ea743970951cbcd6d5206b3136de8c9eb90298a5.zip
Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" request which was unhandled.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index c71b088e3..cc198089c 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -10,6 +10,8 @@
*
* - Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data
* - Fixed documentation showing incorrect USB mode support on the supported AVRs list
+ * - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" request which was unhandled
+ *
*
* \section Sec_ChangeLog090510 Version 090510
*