aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-18 00:32:21 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-18 00:32:21 +0000
commit2cab8f07254d13c226118679c84abb9c4afe5246 (patch)
tree5c52e6d3a17586fc45303d800af57ec7ed95dfe3 /LUFA/ManPages
parentc3758ac5ef70cb609289ed6f34ba7e7be7ab8841 (diff)
downloadlufa-2cab8f07254d13c226118679c84abb9c4afe5246.tar.gz
lufa-2cab8f07254d13c226118679c84abb9c4afe5246.tar.bz2
lufa-2cab8f07254d13c226118679c84abb9c4afe5246.zip
Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface is shut down and both Host and Device modes can be used (thanks to Daniel Levy).
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
-rw-r--r--LUFA/ManPages/MainPage.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 64bfb1781..b6ef5b9aa 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -64,6 +64,8 @@
* - Fixed MIDI host Class driver MIDI_Host_SendEventPacket() routine not properly checking for Pipe ready before writing
* - Fixed use of deprecated struct initializers, removed library unused parameter warnings when compiled with -Wextra enabled
* - Fixed Still Image Host Class driver truncating the PIMA response code (thanks to Daniel Seibert)
+ * - Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface is shut down and both Host and Device modes can be
+ * used (thanks to Daniel Levy)
*
* \section Sec_ChangeLog091122 Version 091122
*
diff --git a/LUFA/ManPages/MainPage.txt b/LUFA/ManPages/MainPage.txt
index 3c763bd4b..0626cdb61 100644
--- a/LUFA/ManPages/MainPage.txt
+++ b/LUFA/ManPages/MainPage.txt
@@ -11,7 +11,7 @@
* \image html LUFA.gif
* \n
*
- * For author and donation information, see \ref Page_Donating.
+ * <b>For author and donation information, see \ref Page_Donating.</b>
*
* LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license. It supports
* a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use, feature