X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8cfa2e802332957d461dadfca156a847cf8f0cc3..8edd56194859c47fe3d779594dfe1ece7076613c:/Bootloaders/MassStorage/BootloaderMassStorage.txt
diff --git a/Bootloaders/MassStorage/BootloaderMassStorage.txt b/Bootloaders/MassStorage/BootloaderMassStorage.txt
index f7b303858..493f43ca7 100644
--- a/Bootloaders/MassStorage/BootloaderMassStorage.txt
+++ b/Bootloaders/MassStorage/BootloaderMassStorage.txt
@@ -13,7 +13,7 @@
* \li Series 7 USB AVRs (AT90USBxxx7)
* \li Series 6 USB AVRs (AT90USBxxx6)
* \li Series 4 USB AVRs (ATMEGAxxU4) - See \ref SSec_Aux_Space
- * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) - See \ref SSec_Aux_Space
+ * \li ATMEGA32U2 - See \ref SSec_Aux_Space
*
* \section Sec_Info USB Information:
*
@@ -57,6 +57,9 @@
* When the bootloader is running, the board's LED(s) will flash at regular intervals to distinguish the
* bootloader from the normal user application.
*
+ * \warning THIS BOOTLOADER IS NOT SECURE. Malicious entities can recover written data, even if the device
+ * lockbits are set.
+ *
* \section Sec_Installation Driver Installation
*
* This bootloader uses the Mass Storage drivers inbuilt into all modern operating systems, thus no additional