Minor code cleanups for clarity.
[pub/lufa.git] / LUFA / ManPages / ChangeLog.txt
index aaa811f..b3a3d92 100644 (file)
   *  - Added new Joystick Host ClassDriver and LowLevel demos\r
   *  - Added new Printer Host mode Class driver\r
   *  - Added new Printer Host mode ClassDriver demo\r
-  *  - Added optional support for double banked endpoints in the Device mode Class drivers\r
-  *  - Added new stream creation function to the CDC Class drivers, to easily make standard streams from CDC Class driver instances\r
+  *  - Added optional support for double banked endpoints and pipes in the Device and Host mode Class drivers\r
+  *  - Added new stream creation function to the CDC Class drivers, to easily make standard I/O streams from CDC Class driver instances\r
   *\r
   *  <b>Changed:</b>\r
   *  - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library\r
   *  - MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs\r
-  *  - Cleanups to the Device mode Mass Storage demo applications' SCSI routines\r
+  *  - Cleanups to the Device mode Mass Storage demo application SCSI routines\r
   *  - Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer\r
   *    samples to and from the device (allowing more time for sample processing and output)\r
   *  - Audio class Device mode demos now work at both 16MHz and 8MHz, rather than just at 8MHz\r